Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
orlinmalkja committed Jan 22, 2025
1 parent 8620626 commit 97fe4df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/LocalTreeModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ const LocalTreeModal: FC <LocalTreeProps> = ({ TriggerButton }) => {
)
}

// lines below serve mainly for showing the error message. Error message appears when a user does not provide input for opening a new a collection/panel
setClickedItemUrl('')
setInputGiven(false)
setClickedButton(false)
Expand Down
2 changes: 1 addition & 1 deletion src/components/TopBar.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { FC, MouseEvent, useState } from 'react'
import { FC } from 'react'


import LocalTreeModal from '@/components/LocalTreeModal'
Expand Down

0 comments on commit 97fe4df

Please sign in to comment.