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

@@ -23,10 +23,9 @@ export const useNumberRange = (resourceType) => {
.eq('id',profileStore.currentTenant)
dataStore.fetchOwnTenant()
await profileStore.fetchOwnTenant()
return (numberRange.prefix ? numberRange.prefix : "") + nextNumber + (numberRange.suffix ? numberRange.suffix : "")
}
return { useNextNumber}