mirror of
https://github.com/AppFlowy-IO/AppFlowy.git
synced 2024-08-30 18:12:39 +00:00
fix: default name when create a new field
This commit is contained in:
parent
3d2bfcc7c1
commit
c5963bc765
@ -35,7 +35,7 @@ class FieldEditorBloc extends Bloc<FieldEditorEvent, FieldEditorState> {
|
||||
emit(state.copyWith(name: name));
|
||||
},
|
||||
didReceiveFieldChanged: (FieldPB field) {
|
||||
emit(state.copyWith(field: Some(field)));
|
||||
emit(state.copyWith(field: Some(field), name: field.name));
|
||||
},
|
||||
);
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user