Skip to content

Commit

Permalink
close side panel on save (#1145)
Browse files Browse the repository at this point in the history
  • Loading branch information
IrinaSouth committed Apr 14, 2024
1 parent 6c94c42 commit eef07f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@ class _EditFeatureValueWidgetState extends State<EditFeatureValueWidget> {
FilledButton(
onPressed: () async {
try {
await widget.bloc.saveFeatureValueUpdates();
Navigator.pop(
context); //close the side panel
await widget.bloc.saveFeatureValueUpdates();
widget.bloc.perApplicationFeaturesBloc
.mrClient
.addSnackbar(Text(
Expand Down

0 comments on commit eef07f2

Please sign in to comment.