Skip to content

Commit 0d80a8f

Browse files
committed
fix: increase number of items displayed in templates dropdown
1 parent 18ede78 commit 0d80a8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/imagekit-editor-dev/src/components/header/TemplatesDropdown.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const AvatarAny = chakraAny(Avatar)
6060
const SpinnerAny = chakraAny(Spinner)
6161
const TooltipAny = chakraAny(Tooltip)
6262

63-
const MAX_VISIBLE = 5
63+
const MAX_VISIBLE = 10
6464

6565
// ---------------------------------------------------------------------------
6666
// DropdownTemplateRow — extracted so hooks (useTemplatePermissions) can be used

0 commit comments

Comments
 (0)