mirror of
https://github.com/foss42/apidash.git
synced 2025-06-20 05:51:58 +08:00
wip: history popup menu
This commit is contained in:
@ -22,8 +22,8 @@ class EnvironmentDropdown extends ConsumerWidget {
|
||||
borderRadius: kBorderRadius8,
|
||||
),
|
||||
child: EnvironmentPopupMenu(
|
||||
activeEnvironment: environments?[activeEnvironment],
|
||||
environments: environmentsList,
|
||||
value: environments?[activeEnvironment],
|
||||
items: environmentsList,
|
||||
onChanged: (value) {
|
||||
ref.read(activeEnvironmentIdStateProvider.notifier).state =
|
||||
value?.id;
|
||||
|
Reference in New Issue
Block a user