File tree Expand file tree Collapse file tree 3 files changed +5
-0
lines changed
Expand file tree Collapse file tree 3 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ export const Content: Story = {
4141 type : 'ongoing' ,
4242 code : '1234' ,
4343 status : 'setting' ,
44+ workspace_id : 'workspace_1' ,
4445 is_managed : true ,
4546 is_one_time_use : false ,
4647 is_offline_access_code : false ,
@@ -73,6 +74,7 @@ export const Content: Story = {
7374 type : 'ongoing' ,
7475 code : '1234' ,
7576 status : 'setting' ,
77+ workspace_id : 'workspace_1' ,
7678 is_backup_access_code_available : false ,
7779 is_managed : true ,
7880 is_one_time_use : false ,
Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ export const Content: Story = {
5252 capabilities_supported : [ ] ,
5353 created_at : '2023-05-08T22:38:30.963Z' ,
5454 workspace_id : 'workspace_1' ,
55+ space_ids : [ ] ,
5556 properties : {
5657 name : 'mydevice' ,
5758 online : true ,
@@ -89,6 +90,7 @@ export const Content: Story = {
8990 capabilities_supported : [ ] ,
9091 created_at : '2023-05-08T22:38:30.963Z' ,
9192 workspace_id : 'workspace_1' ,
93+ space_ids : [ ] ,
9294 custom_metadata : { } ,
9395 display_name : 'mydevice' ,
9496 location : { } ,
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ const meta: Meta<typeof AccessCodeForm> = {
1919 display_name : 'Device 1' ,
2020 custom_metadata : { } ,
2121 location : { } ,
22+ space_ids : [ ] ,
2223 properties : {
2324 name : '' ,
2425 manufacturer : undefined ,
You can’t perform that action at this time.
0 commit comments