Improved provider labeling

pull/2718/head
JayZed 2 months ago committed by GitHub
parent 92107a2425
commit 9eb9bb55c9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -334,7 +334,7 @@ const ProviderTool: FunctionComponent<ProviderToolProps> = ({
<Divider></Divider>
<Group justify="right">
<Button hidden={!payload} color="red" onClick={deletePayload}>
Delete
Disable
</Button>
<Button
disabled={!canSave}
@ -342,7 +342,7 @@ const ProviderTool: FunctionComponent<ProviderToolProps> = ({
submit(form.values);
}}
>
Save
Enable
</Button>
</Group>
</Stack>

@ -16,7 +16,7 @@ import { IntegrationList, ProviderList } from "./list";
const SettingsProvidersView: FunctionComponent = () => {
return (
<Layout name="Providers">
<Section header="Providers">
<Section header="Enabled Providers">
<ProviderView
availableOptions={ProviderList}
settingsKey="settings-general-enabled_providers"

Loading…
Cancel
Save