mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 09:17:23 +00:00
Merge branch 'main' into next
This commit is contained in:
commit
128a000799
@ -180,7 +180,7 @@ export class Application {
|
||||
}
|
||||
|
||||
getName() {
|
||||
return this.name || getSubAppName(this.getPublicPath()) || null;
|
||||
return getSubAppName(this.getPublicPath()) || null;
|
||||
}
|
||||
|
||||
getPublicPath() {
|
||||
|
Loading…
Reference in New Issue
Block a user