Skip to content

Commit

Permalink
fix tenant
Browse files Browse the repository at this point in the history
  • Loading branch information
zlayine committed Oct 8, 2024
1 parent 7f57bc8 commit 928cdc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/store/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export const useAppStore = defineStore('app', {
},
setConfig() {
if (appConfig?.tenant) {
this.config.tenant = appConfig.tenant === 'true';
this.config.tenant = appConfig.tenant == 'true';
}

if (window?.bootstrap?.url) {
Expand Down

0 comments on commit 928cdc4

Please sign in to comment.