Add BaseModal import and simplify useAsyncState calls in ApiKeyManager and GamemasterManager views

This commit is contained in:
2026-01-28 22:42:01 +00:00
parent 0515fb7958
commit ae8832daff
2 changed files with 18 additions and 24 deletions

View File

@@ -160,6 +160,7 @@
<script setup>
import { ref } from 'vue';
import ChallongeApiKeyGuide from '../components/ChallongeApiKeyGuide.vue';
import { BaseModal } from '../components/shared/index.js';
import { useChallongeApiKey } from '../composables/useChallongeApiKey.js';
const { saveApiKey, clearApiKey, maskedKey, isKeyStored } =