Skip to content

Commit

Permalink
make the UiAlert dismissible so it's not so in-your-face
Browse files Browse the repository at this point in the history
  • Loading branch information
nucleogenesis committed Jul 2, 2024
1 parent 4ebc1dc commit 3273197
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
<UiAlert
v-if="showServerError"
type="error"
:dismissible="false"
:dismissible="true"
@dismiss="showServerError = false"
>
{{ submitErrorMessage }}
</UiAlert>
Expand Down

0 comments on commit 3273197

Please sign in to comment.