### What? When switching tenants from within a document and then navigating back out to the list view, the tenant would not be set correctly. ### Why? This was because we handle the tenant selector selection differently when viewing a document. ### How? Now when you navigate out, the page will refresh the cookie. Also adds test suite config that shows how the dom can be used to manipulate styles per tenant.
6 lines
84 B
TypeScript
6 lines
84 B
TypeScript
import './styles.css'
|
|
|
|
export function Icon() {
|
|
return <div id="tenant-icon" />
|
|
}
|