Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 33fd9c65e3 | |||
| fdd13170f5 | |||
| e70310654b | |||
| 8bb14d3389 |
@@ -95,7 +95,7 @@ const hostAppStore = useHostAppStore()
|
||||
const { activeAccount } = storeToRefs(accountStore)
|
||||
|
||||
const accountId = computed(() => activeAccount.value.accountInfo.id)
|
||||
const newModelName = ref<string>()
|
||||
const newModelName = ref<string>(hostAppStore.documentInfo?.name ?? 'unnamed model')
|
||||
const errorMessage = ref<WorkspacePermissionMessage>()
|
||||
|
||||
const toggleDialog = () => {
|
||||
|
||||
+1
-1
@@ -677,7 +677,7 @@ export const useHostAppStore = defineStore('hostAppStore', () => {
|
||||
'documentChanged',
|
||||
() =>
|
||||
setTimeout(async () => {
|
||||
void trackEvent('DUI3 Action', { name: 'Document changed' })
|
||||
// void trackEvent('DUI3 Action', { name: 'Document changed' }) // noisy
|
||||
void refreshDocumentInfo()
|
||||
await refreshDocumentModelStore() // need to awaited since upgrading the card settings need documentModelStore in place
|
||||
void refreshSendFilters()
|
||||
|
||||
Reference in New Issue
Block a user