Skip to content

Commit

Permalink
bug(frontend): don't pass defaultUrlList anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbes committed Nov 19, 2024
1 parent 0d2123a commit 6d295c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/components/workstation/form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,8 @@ const WorkstationInputForm = (props: WorkstationInputFormProps) => {
selectedFirewallHosts={selectedFirewallHosts}
onToggleSelected={handleFirewallTagChange}
/>
<UrlListInput urlList={urlList} onUrlListUpdate={handleUrlListUpdate}
defaultUrlList={urlList}
<UrlListInput urlList={urlList}
onUrlListUpdate={handleUrlListUpdate}
/>
<GlobalAllowUrlListInput urlList={workstationOptions?.globalURLAllowList ?? ["Klarte ikke hente listen."]}
onDisableGlobalURLAllowList={handleDisableGlobalURLAllowList}
Expand Down

0 comments on commit 6d295c2

Please sign in to comment.