fe fixes profil
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user