Rebuild General Layout to Nuxt UI PRO Dashboard
This commit is contained in:
@@ -795,7 +795,7 @@ export const useDataStore = defineStore('data', () => {
|
||||
|
||||
const getResources = computed(() => {
|
||||
return [
|
||||
...profiles.value.map(profile => {
|
||||
...profiles.value.filter(i => i.tenant === currentTenant.value).map(profile => {
|
||||
return {
|
||||
type: 'Mitarbeiter',
|
||||
title: profile.fullName,
|
||||
|
||||
Reference in New Issue
Block a user