mirror of
https://github.com/modrinth/code.git
synced 2026-09-05 06:19:11 +00:00
fix: slug not filled on project create modal
This commit is contained in:
@@ -298,7 +298,6 @@ const { checking: checkingSlugSuggestions, suggestions: slugSuggestions } =
|
||||
useProjectSlugSuggestions({
|
||||
title: name,
|
||||
username: () => auth.value.user?.username,
|
||||
enabled: showSlugSuggestions,
|
||||
})
|
||||
const projectType = ref<ProjectTypes>('project')
|
||||
const projectTypeOptions = computed<ComboboxOption<ProjectTypes>[]>(() => [
|
||||
|
||||
Reference in New Issue
Block a user