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.status = ClientHomeStatus.initial,
|
||||||
this.widgetOrder = const [
|
this.widgetOrder = const [
|
||||||
'actions',
|
'actions',
|
||||||
'reorder',
|
|
||||||
],
|
],
|
||||||
this.widgetVisibility = const {
|
this.widgetVisibility = const {
|
||||||
'actions': true,
|
'actions': true,
|
||||||
'reorder': true,
|
|
||||||
},
|
},
|
||||||
this.isEditMode = false,
|
this.isEditMode = false,
|
||||||
this.errorMessage,
|
this.errorMessage,
|
||||||
|
|||||||
Reference in New Issue
Block a user