Fix storybook
This commit is contained in:
parent
fc10a39cb1
commit
e2b217edbc
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
|||
themeSetting: {
|
||||
getValue: async () => 'light',
|
||||
},
|
||||
waitForChange: noop,
|
||||
waitForChange: () => new Promise(noop),
|
||||
},
|
||||
OS: {
|
||||
hasCustomTitleBar: () => false,
|
||||
|
|
Loading…
Reference in a new issue