Increase the unstacked labels count

This commit is contained in:
Jackson Harper
2023-06-21 20:46:09 +08:00
parent 431a4b7829
commit 73ce4f3dce

View File

@ -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[]