✨ Add BaseModal import and simplify useAsyncState calls in ApiKeyManager and GamemasterManager views
This commit is contained in:
@@ -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 } =
|
||||
|
||||
Reference in New Issue
Block a user