Merge branch 'feat/plugins' into dev/plugin-deploy

This commit is contained in:
JzoNg
2024-11-28 17:49:43 +08:00
2 changed files with 12 additions and 4 deletions

View File

@ -44,7 +44,7 @@ const ActionList = ({
setShowSettingAuth(false)
}
const { mutate: updatePermission } = useUpdateProviderCredentials({
const { mutate: updatePermission, isPending } = useUpdateProviderCredentials({
onSuccess: handleCredentialSettingUpdate,
})
@ -102,6 +102,7 @@ const ActionList = ({
credentials: value,
})}
onRemove={async () => removePermission(provider.name)}
isSaving={isPending}
/>
)}
</div>