pull/16622/head
ComputerGuy 3 weeks ago
parent e738d6ad2c
commit 710274c78f

@ -16,8 +16,8 @@ export default test({
{ log: 'filesState.files', highlighted: false },
{ log: files },
{ log: '$state', highlighted: true },
{ log: 'filesState.files.items[0].parent', highlighted: false },
{ log: files },
{ log: 'filesState.files.items[0].parent.items', highlighted: false },
{ log: files.items },
{ log: '$state', highlighted: true },
{ log: 'filesState.files.items[0].parent.items[0]', highlighted: false },
{ log: files.items[0] }

Loading…
Cancel
Save