Richard Shiue 2 лет назад
Родитель
Сommit
0ef3247076

+ 1 - 2
frontend/app_flowy/lib/plugins/grid/application/cell/select_option_editor_bloc.dart

@@ -146,8 +146,7 @@ class SelectOptionCellEditorBloc
 
 
           return name.contains(lFilter);
           return name.contains(lFilter);
         });
         });
-      }
-      else {
+      } else {
         createOption = none();
         createOption = none();
       }
       }
     });
     });