mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Add label import
This commit is contained in:
parent
0930548f31
commit
716e54c1fe
1 changed files with 1 additions and 0 deletions
|
|
@ -11,6 +11,7 @@ import { AddBulkLabelsModal } from '../article/AddBulkLabelsModal'
|
|||
import { X } from 'phosphor-react'
|
||||
import { LibraryHeaderProps } from './LibraryHeader'
|
||||
import { HeaderCheckboxIcon } from '../../elements/icons/HeaderCheckboxIcon'
|
||||
import { Label } from '../../../lib/networking/fragments/labelFragment'
|
||||
|
||||
export const MultiSelectControls = (props: LibraryHeaderProps): JSX.Element => {
|
||||
const [showConfirmDelete, setShowConfirmDelete] = useState(false)
|
||||
|
|
|
|||
Loading…
Reference in a new issue