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