mirror of
https://github.com/unraid/api.git
synced 2026-05-05 06:33:03 -05:00
test: callback feedback modal
This commit is contained in:
@@ -22,7 +22,7 @@ const installKeyStore = useInstallKeyStore();
|
||||
|
||||
const { updating, updateSuccess } = storeToRefs(accountStore);
|
||||
const { callbackLoading } = storeToRefs(callbackActionsStore);
|
||||
const { keyUrl, keyType, installing, installType, success } = storeToRefs(installKeyStore);
|
||||
const { keyUrl, keyType, installing, success } = storeToRefs(installKeyStore);
|
||||
|
||||
const heading = computed(() => callbackLoading.value ? 'Performing actions' : 'Finished performing actions');
|
||||
const subheading = computed(() => callbackLoading.value ? 'Please keep this window open' : '');
|
||||
|
||||
Reference in New Issue
Block a user