Skip to content

Commit

Permalink
Merge pull request #101 from shopware/fix/settings-page-process-button
Browse files Browse the repository at this point in the history
fix: settings page process button
  • Loading branch information
cyl3x authored Feb 6, 2025
2 parents cb419e6 + ca0b2d9 commit 7539437
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 7539437

Please sign in to comment.