philon-
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
3 additions and
4 deletions
-
src/pages/Config/index.tsx
|
|
|
@ -51,14 +51,12 @@ const ConfigPage = () => { |
|
|
|
description: |
|
|
|
`The configuration change ${moduleConfig.payloadVariant.case} has been saved.`, |
|
|
|
}) |
|
|
|
|
|
|
|
) |
|
|
|
), |
|
|
|
); |
|
|
|
setIsSaving(false); |
|
|
|
} |
|
|
|
await connection?.commitEditSettings(); |
|
|
|
|
|
|
|
} catch (_error) { |
|
|
|
toast({ |
|
|
|
title: "Error Saving Config", |
|
|
|
@ -87,11 +85,12 @@ const ConfigPage = () => { |
|
|
|
/> |
|
|
|
</SidebarSection> |
|
|
|
</Sidebar> |
|
|
|
), []) |
|
|
|
), |
|
|
|
[activeConfigSection], |
|
|
|
); |
|
|
|
|
|
|
|
return ( |
|
|
|
<> |
|
|
|
|
|
|
|
<PageLayout |
|
|
|
contentClassName="overflow-auto" |
|
|
|
leftBar={leftSidebar} |
|
|
|
|