fe fixes profil

This commit is contained in:
Florinda
2024-10-28 09:52:50 +01:00
parent 04c7a8f8db
commit db273edff9
5 changed files with 37 additions and 17 deletions

View File

@@ -12,7 +12,7 @@ export const ScenarioStore = defineStore('scenario_store', () => {
const applicationScenarios = ref([])
const filterString = ref('')
const allScenarios = ref([])
const typeFilter = ref('all')
const typeFilter = ref({ name: 'All', value: 'all' })
const userPrefStore = UserPrefStore()
const loadingStore = LoadingStore()