mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
refactor: ♻️ Make auth store require less null checks
This commit is contained in:
parent
68e23a818a
commit
b23ed66401
32 changed files with 111 additions and 124 deletions
|
|
@ -80,7 +80,7 @@ const isValid = ref(false);
|
|||
:open="isOpen"
|
||||
@update:open="isOpen = false"
|
||||
>
|
||||
<AlertDialogContent class="sm:max-w-[425px] flex flex-col">
|
||||
<AlertDialogContent class="sm:max-w-106.25 flex flex-col">
|
||||
<AlertDialogHeader>
|
||||
<AlertDialogTitle>{{ modalOptions.title }}</AlertDialogTitle>
|
||||
<AlertDialogDescription v-if="modalOptions.message">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue