mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
chore: adjust header, card padding ui
This commit is contained in:
@ -319,7 +319,7 @@ async fn group_move_group_test() {
|
||||
#[tokio::test]
|
||||
async fn group_update_field_test() {
|
||||
let mut test = GridGroupTest::new().await;
|
||||
let mut group = test.group_at_index(0).await;
|
||||
let group = test.group_at_index(0).await;
|
||||
let changeset = FieldChangesetParams {
|
||||
field_id: group.field_id.clone(),
|
||||
grid_id: test.grid_id.clone(),
|
||||
|
Reference in New Issue
Block a user