Skip to content

Commit 8504971

Browse files
committed
Better unique names
1 parent ce75ca0 commit 8504971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/pages/CreateWorkspacePage/CreateWorkspacePage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ export const orderedTemplateParameters = (
127127
const generateUniqueName = () => {
128128
const numberDictionary = NumberDictionary.generate({ min: 0, max: 99 })
129129
return uniqueNamesGenerator({
130-
dictionaries: [animals, colors, numberDictionary],
130+
dictionaries: [colors, animals, numberDictionary],
131131
separator: "-",
132132
length: 3,
133133
style: "lowerCase",

0 commit comments

Comments
 (0)