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

Don't show warnings for the tab values (strings allowed now)

parent 37de2313
No related branches found
No related tags found
3 merge requests!90Draft: restructure frontend properties 2,!84Don't show warnings for the tab values (strings allowed now),!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