fix(settings): use confirmationModal.buttonYOffset
This commit is contained in:
@@ -202,7 +202,7 @@ defineOptions({
|
||||
|
||||
<template>
|
||||
<CommonButtons
|
||||
:y-offset="0"
|
||||
:y-offset="confirmationModal.buttonsYOffset"
|
||||
:b-label="$t('common.cancel')"
|
||||
:a-label="$t('common.confirm')"
|
||||
@activate-b="handleCancel"
|
||||
|
||||
Reference in New Issue
Block a user