feat: enhance admin and profile repositories with token handling; update dropdown initial values in various screens
This commit is contained in:
@@ -19,6 +19,10 @@ class _StringNotifier extends Notifier<String> {
|
||||
final String _initial;
|
||||
@override
|
||||
String build() => _initial;
|
||||
|
||||
void setValue(String value) {
|
||||
state = value;
|
||||
}
|
||||
}
|
||||
|
||||
final inventoryLocationFilterProvider =
|
||||
|
||||
Reference in New Issue
Block a user