mirror of
https://github.com/unraid/api.git
synced 2026-04-30 12:10:15 -05:00
refactor(web): modal footer visibility
This commit is contained in:
@@ -243,8 +243,8 @@ const accountActionStatusCopy = computed((): { text: string; } => {
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<template #footer>
|
||||
<div v-if="callbackStatus === 'success'" class="flex flex-row justify-center gap-16px">
|
||||
<template v-if="callbackStatus === 'success'" #footer>
|
||||
<div class="flex flex-row justify-center gap-16px">
|
||||
<BrandButton
|
||||
v-if="showSignInCta"
|
||||
btn-style="underline"
|
||||
|
||||
Reference in New Issue
Block a user