Skip to content
Snippets Groups Projects
Commit b04477bb authored by Nils Brinckmann's avatar Nils Brinckmann
Browse files

Merge branch 'feature-restructure-frontend-properties' into...

Merge branch 'feature-restructure-frontend-properties' into feature-restructure-frontend-properties-nbck
parents 8e572bea de11048d
No related branches found
No related tags found
3 merge requests!90Draft: restructure frontend properties 2,!85Form for measured quantities,!82Restructure frontend
......@@ -90,11 +90,10 @@ export default class AppBarTabsExtension extends Vue {
* the active tab
*/
@Prop({
default: null,
type: Number
default: null
})
// @ts-ignore
readonly value: number | null
readonly value: string | number | null
/**
* an array of tabs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment