mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 05:36:05 +00:00
This reverts commit ac2e2a2043
.
This commit is contained in:
parent
ac2e2a2043
commit
90a48c847f
@ -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