mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Increase the unstacked labels count
This commit is contained in:
parent
431a4b7829
commit
73ce4f3dce
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@ import { EditLabelChip } from './EditLabelChip'
|
|||
import { LabelsDispatcher } from '../../lib/hooks/useSetPageLabels'
|
||||
import { EditLabelChipStack } from './EditLabelChipStack'
|
||||
|
||||
const MaxUnstackedLabels = 4
|
||||
const MaxUnstackedLabels = 7
|
||||
|
||||
type LabelsPickerProps = {
|
||||
selectedLabels: Label[]
|
||||
|
|
|
|||
Loading…
Reference in a new issue