Remove switch of values in storybook of pairDevice
This commit is contained in:
parent
4551e6dbb3
commit
ce559f0c82
|
@ -17,5 +17,9 @@ export default meta
|
|||
type Story = StoryObj<typeof meta>
|
||||
|
||||
export const Default: Story = {
|
||||
args: {},
|
||||
args: {
|
||||
valueOf: () => {
|
||||
return true
|
||||
},
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue