Merge pull request #2045 from omnivore-app/fix/web-upload-modal

Dont show upload modal by default
This commit is contained in:
Jackson Harper 2023-04-14 13:09:59 +08:00 committed by GitHub
commit d6ca1c2178
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 = () => {