feat(client_home): remove 'reorder' widget from initial state and visibility
This commit is contained in:
@@ -19,11 +19,9 @@ class ClientHomeState extends Equatable {
|
||||
this.status = ClientHomeStatus.initial,
|
||||
this.widgetOrder = const [
|
||||
'actions',
|
||||
'reorder',
|
||||
],
|
||||
this.widgetVisibility = const {
|
||||
'actions': true,
|
||||
'reorder': true,
|
||||
},
|
||||
this.isEditMode = false,
|
||||
this.errorMessage,
|
||||
|
||||
Reference in New Issue
Block a user