Skip to content

Commit

Permalink
Add option to create new config from template
Browse files Browse the repository at this point in the history
  • Loading branch information
breiler committed Dec 18, 2024
1 parent fe9692e commit b8ba22f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/filebrowser/FileBrowser.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ const FileBrowser = () => {
<br />
<br />
<Button
onClick={() => onCreateConfig(configFilename)}
onClick={() => setShowNewConfigDialog(true)}
>
<>Create config</>
</Button>
Expand Down

0 comments on commit b8ba22f

Please sign in to comment.