fix(default.gbui): #263 Loads menu.xlsx as subject.json alternative.
This commit is contained in:
parent
241596b51f
commit
00434bd788
1 changed files with 1 additions and 1 deletions
|
@ -928,7 +928,7 @@ export class KBService implements IGBKBService {
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
/publish gbkbreturn doIt(subjectsLoaded.children, undefined);
|
return doIt(subjectsLoaded.children, undefined);
|
||||||
}
|
}
|
||||||
|
|
||||||
public async undeployKbFromStorage(instance: IGBInstance, deployer: GBDeployer, packageId: number) {
|
public async undeployKbFromStorage(instance: IGBInstance, deployer: GBDeployer, packageId: number) {
|
||||||
|
|
Loading…
Add table
Reference in a new issue