mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Dont show upload modal by default
This commit is contained in:
parent
6bfe56b1c9
commit
efee75b41d
1 changed files with 1 additions and 1 deletions
|
|
@ -693,7 +693,7 @@ function LibraryItemsLayout(props: LibraryItemsLayoutProps): JSX.Element {
|
|||
useState(false)
|
||||
const [showUnsubscribeConfirmation, setShowUnsubscribeConfirmation] =
|
||||
useState(false)
|
||||
const [showUploadModal, setShowUploadModal] = useState(true)
|
||||
const [showUploadModal, setShowUploadModal] = useState(false)
|
||||
const [, updateState] = useState({})
|
||||
|
||||
const removeItem = () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue