Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove unused comment
  • Loading branch information
BrunoQuaresma committed Nov 2, 2023
commit 8a7fae621b490790d4e408434aa94030f017943f
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,6 @@ export const TemplateVersionEditor: FC<TemplateVersionEditorProps> = ({

const triggerPreview = useCallback(() => {
onPreview(fileTree);
// Switch to the build log!
setSelectedTab("logs");
}, [fileTree, onPreview]);

Expand Down