Fixed Creation Error

This commit is contained in:
2024-12-27 11:37:32 +01:00
parent 2bda15d264
commit a1e6061579
5 changed files with 9 additions and 7 deletions

View File

@@ -48,7 +48,7 @@ const updateNumberRanges = async (range) => {
.update({numberRanges: numberRanges.value})
.eq('id',profileStore.currentTenant)
await dataStore.fetchOwnTenant()
await profileStore.fetchOwnTenant()
}