Skip to content

Commit

Permalink
Improved provider labeling
Browse files Browse the repository at this point in the history
  • Loading branch information
JaiZed committed Oct 14, 2024
1 parent 43563cd commit 91c4ed3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions frontend/src/pages/Settings/Providers/components.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -334,15 +334,15 @@ const ProviderTool: FunctionComponent<ProviderToolProps> = ({
<Divider></Divider>
<Group justify="right">
<Button hidden={!payload} color="red" onClick={deletePayload}>
Delete
Disable
</Button>
<Button
disabled={!canSave}
onClick={() => {
submit(form.values);
}}
>
Save
Enable
</Button>
</Group>
</Stack>
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/Settings/Providers/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 91c4ed3

Please sign in to comment.