Skip to content

Commit

Permalink
fix logs
Browse files Browse the repository at this point in the history
Signed-off-by: Jan-Otto Kröpke <mail@jkroepke.de>
  • Loading branch information
jkroepke committed Jul 13, 2024
1 parent b005311 commit 6099865
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/components/AppConfig/AppConfig.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ export const AppConfig = ({ plugin }: Props) => {
urlChanged: false,
tlsSkipVerify: jsonData?.tlsSkipVerify || false,
tlsSkipVerifyChanged: false,
remoteChromeAddr: jsonData?.remoteChromeAddr || 2,
remoteChromeAddrChanged: false,
orientation: jsonData?.orientation || "portrait",
orientationChanged: false,
layout: jsonData?.layout || "simple",
Expand All @@ -99,9 +97,9 @@ export const AppConfig = ({ plugin }: Props) => {
timeZoneChanged: false,
logo: jsonData?.logo || "",
logoChanged: false,
maxRenderWorkers: jsonData?.maxRenderWorkers || 2,
maxRenderWorkers: jsonData?.maxRenderWorkers || "",
maxRenderWorkersChanged: false,
remoteChromeAddr: jsonData?.remoteChromeAddr || 2,
remoteChromeAddr: jsonData?.remoteChromeAddr || "",
remoteChromeAddrChanged: false,
saToken: "",
isSaTokenSet: Boolean(secureJsonFields?.saToken),
Expand Down

0 comments on commit 6099865

Please sign in to comment.