fix: Teleport Dropdown/OverflowMenu imports (#4211)

* fix: Teleport Dropdown/OverflowMenu imports

* fix: lint
This commit is contained in:
Cal H.
2025-08-18 14:50:58 +01:00
committed by GitHub
parent 5ffe14f058
commit bcfa6941e4
11 changed files with 45 additions and 19 deletions

View File

@@ -77,7 +77,7 @@
/>
<label for="show-all-versions" class="text-sm">Show all Java versions</label>
</div>
<UiServersTeleportDropdownMenu
<TeleportDropdownMenu
:id="'java-version-field'"
v-model="jdkVersion"
name="java-version"
@@ -90,7 +90,7 @@
<span class="text-lg font-bold text-contrast">Runtime</span>
<span> The Java runtime your server will use. </span>
</div>
<UiServersTeleportDropdownMenu
<TeleportDropdownMenu
:id="'runtime-field'"
v-model="jdkBuild"
name="runtime"
@@ -113,7 +113,7 @@
<script setup lang="ts">
import { IssuesIcon, UpdatedIcon } from '@modrinth/assets'
import { ButtonStyled, injectNotificationManager } from '@modrinth/ui'
import { ButtonStyled, injectNotificationManager, TeleportDropdownMenu } from '@modrinth/ui'
import SaveBanner from '~/components/ui/servers/SaveBanner.vue'
import type { ModrinthServer } from '~/composables/servers/modrinth-servers.ts'