Skip to content

Commit

Permalink
fix sonar
Browse files Browse the repository at this point in the history
  • Loading branch information
jonaslagoni committed Oct 3, 2023
1 parent 5dae0f6 commit 02cb0cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/studio/src/components/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export const Sidebar: FunctionComponent<SidebarProps> = () => {
name: 'newFile',
title: 'New file',
isActive: false,
onClick: async () => await showModal(NewFileModal),
onClick: () => showModal(NewFileModal),
icon: <VscNewFile className="w-5 h-5" />,
tooltip: 'New file',
enabled: true
Expand Down

0 comments on commit 02cb0cf

Please sign in to comment.