Skip to content

Commit

Permalink
fix: settings page process button
Browse files Browse the repository at this point in the history
  • Loading branch information
cyl3x committed Feb 5, 2025
1 parent ccdac91 commit ca0b2d9
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@

<template #smart-bar-actions>
<sw-button-process
:value="savingSettings === 'success'"
:process-success="savingSettings === 'success'"
variant="primary"
:is-loading="savingSettings === 'loading'"
:disabled="savingSettings === 'loading' || settingsStore.isLoading || !acl.can('swag_paypal.editor')"
@update:process-success="testCredentials = 'none'"
@click="saveSettings"
>
{{ $t('global.default.save') }}
Expand Down

0 comments on commit ca0b2d9

Please sign in to comment.