We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 319f9c2 + 7104d90 commit 0da2300Copy full SHA for 0da2300
1 file changed
frontend/src/features/infoDialogSlice.ts
@@ -32,7 +32,7 @@ const infoDialogSlice = createSlice({
32
state.isOpen = false;
33
state.title = '';
34
state.message = '';
35
- state.variant = 'info';
+ state.variant = state.variant || 'info';
36
state.showCloseButton = true;
37
},
38
0 commit comments