[ENG-507] Set active inspector button (#736)

Set active inspector button
This commit is contained in:
nikec 2023-04-21 14:01:46 +02:00 committed by GitHub
parent aeb2d2de1f
commit df8cd4b4fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -110,7 +110,8 @@ export const Component = () => {
/>
),
individual: true,
showAtResolution: 'xl:flex'
showAtResolution: 'xl:flex',
topBarActive: store.showInspector
}
]
];