fix: form & drawer hide action

This commit is contained in:
puriphatt 2024-08-09 02:10:06 +00:00
parent 187ae5fb1f
commit 99a28782dc
2 changed files with 9 additions and 8 deletions

View file

@ -17,7 +17,7 @@ defineProps<{
badgeLabel?: string;
customerLabel?: string;
badgeClass?: string;
noFooter?: boolean;
hideFooter?: boolean;
noAppBox?: boolean;
noPaddingTab?: boolean;
maxWidth?: string;
@ -203,7 +203,7 @@ const currentTab = defineModel<string>('currentTab');
<!-- footer -->
<div
v-if="!noFooter"
v-if="!hideFooter"
class="form-footer row items-center full-width justify-between q-px-md q-py-md surface-1"
style="z-index: 3"
>