test: callback feedback modal

This commit is contained in:
Zack Spear
2023-06-26 13:54:59 -07:00
committed by Zack Spear
parent 49f600a25a
commit 97d64bb89b
4 changed files with 16 additions and 6 deletions
+1 -1
View File
@@ -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' : '');