feat(ui): dynamic page title based on tenant context
This commit is contained in:
1
resources/js/types/global.d.ts
vendored
1
resources/js/types/global.d.ts
vendored
@@ -31,6 +31,7 @@ export interface PageProps {
|
||||
declare global {
|
||||
interface Window {
|
||||
axios: AxiosInstance;
|
||||
appName: string;
|
||||
}
|
||||
|
||||
var route: typeof routeFn;
|
||||
|
||||
Reference in New Issue
Block a user