You've already forked isop-mirror
refactor: remove unused ID from alerts in internship editor
This commit is contained in:
@@ -53,16 +53,16 @@ const { data, error, refresh } = await useSanctumFetch<Internship>(`/api/interns
|
||||
|
||||
<!-- Čakajúca hláška -->
|
||||
<v-alert v-if="loading" density="compact" text="Prosím čakajte..." title="Spracovávam" type="info"
|
||||
id="login-error-alert" class="mx-auto alert"></v-alert>
|
||||
class="mx-auto alert"></v-alert>
|
||||
|
||||
<!-- Chybová hláška -->
|
||||
<v-alert v-if="action_error !== null" density="compact" :text="action_error" title="Chyba" type="error"
|
||||
id="login-error-alert" class="mx-auto alert"></v-alert>
|
||||
class="mx-auto alert"></v-alert>
|
||||
|
||||
<div v-else>
|
||||
<!-- Chybová hláška -->
|
||||
<v-alert v-if="error" density="compact" :text="error?.message" title="Chyba" type="error"
|
||||
id="login-error-alert" class="mx-auto alert"></v-alert>
|
||||
class="mx-auto alert"></v-alert>
|
||||
|
||||
<div v-else>
|
||||
<div>
|
||||
|
||||
Reference in New Issue
Block a user