There was an error while loading. Please reload this page.
1 parent c0094e3 commit 9cf6bd4Copy full SHA for 9cf6bd4
1 file changed
src/features/showcase/util.ts
@@ -91,12 +91,12 @@ export const buildShowcaseModal = ({
91
),
92
new LabelBuilder()
93
.setLabel('Tags')
94
- .setDescription('Select the tags that best describe your project')
+ .setDescription('Select up to 5 tags that best describe your project')
95
.setStringSelectMenuComponent(
96
new StringSelectMenuBuilder()
97
.setCustomId('projectTags')
98
.setMinValues(1)
99
- .setMaxValues(tags.length > 0 ? tags.length : 1)
+ .setMaxValues(5)
100
.setRequired(true)
101
.addOptions(
102
tags.map((tag) => {
0 commit comments