AppFlowy/frontend
Mohammad Zolfaghari 59cb4a890a
fix: empty url group bug (#1755)
* fix: empty url group bug

moving a row to empty url (no status) group would change the row's
url to the group id which is not empty, its a random string.
fixed it with puting a check to fill the url with the empty string
when the group id is equal to empty url group id

* fix: move empty group check to `insert_url_cell`

because evereywhere using `insert_url_cell` we want to check that.

* chore: cargo fmt

---------

Co-authored-by: nathan <nathan@appflowy.io>
2023-02-13 18:55:03 +08:00
..
.vscode chore: remove invalid revisions (#1816) 2023-02-07 14:30:25 +08:00
app_flowy Pressing tab on a todo creates a sub-todo (#1847) 2023-02-13 14:47:52 +08:00
appflowy_tauri feat: run rustfmt with custom defined fmt configuration (#1848) 2023-02-13 09:29:49 +08:00
rust-lib fix: empty url group bug (#1755) 2023-02-13 18:55:03 +08:00
scripts Feat/appflowy tauri UI (#1835) 2023-02-10 16:26:14 +08:00
Makefile.toml ci: add tauri ci (#1833) 2023-02-10 14:30:34 +08:00