feat(client_home): remove 'reorder' widget from initial state and visibility

This commit is contained in:
Achintha Isuru
2026-01-23 17:45:06 -05:00
parent 1aae3c2733
commit 9614f191e5

View File

@@ -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,