add BaseModalFooter

This commit is contained in:
yashkanakiya
2023-03-27 11:19:07 +05:30
parent 6e70930e87
commit cf1f8571f8
22 changed files with 56 additions and 129 deletions

View File

@ -116,15 +116,7 @@
</span>
</div>
</div>
<div
class="
z-0
flex
justify-end
p-4
border-t border-gray-200 border-solid dark:border-gray-600
"
>
<BaseModalFooter>
<BaseButton
class="mr-3 text-sm"
variant="primary-outline"
@ -144,7 +136,7 @@
</template>
{{ !roleStore.isEdit ? $t('general.save') : $t('general.update') }}
</BaseButton>
</div>
</BaseModalFooter>
</form>
</BaseModal>
</template>