remove further cast
This commit is contained in:
parent
a87380b0df
commit
48948712b9
|
@ -12,7 +12,7 @@ interface ThemeState {
|
||||||
export class ThemeStore extends BudiStore<ThemeState> {
|
export class ThemeStore extends BudiStore<ThemeState> {
|
||||||
constructor() {
|
constructor() {
|
||||||
super({
|
super({
|
||||||
theme: DefaultAppTheme as Theme,
|
theme: DefaultAppTheme,
|
||||||
customTheme: {},
|
customTheme: {},
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue