add Scenario outputType

This commit is contained in:
2024-10-24 10:42:17 +02:00
parent acf668979b
commit 29de8bdb6f
6 changed files with 30 additions and 19 deletions

View File

@@ -88,7 +88,7 @@ import { UserPrefStore } from '../../stores/UserPrefStore.js';
const scenarioTypeOp = ref([
{ name: 'All', value: 'all' },
{ name: 'Croos', value: 'cross' },
{ name: 'Cross', value: 'cross' },
{ name: 'Project', value: 'project' },
{ name: 'Application', value: 'application' }