This commit is contained in:
TheGiddyLimit
2024-05-06 22:24:37 +01:00
parent 99cb60d804
commit 9c8ae15ff7
113 changed files with 1022 additions and 852 deletions

View File

@@ -785,7 +785,7 @@ NavBar.InteractionManager = class {
static async _pOnClick_button_loadStateFile (evt) {
evt.preventDefault();
const {jsons, errors} = await DataUtil.pUserUpload({expectedFileTypes: ["5etools"]});
const {jsons, errors} = await InputUiUtil.pGetUserUploadJson({expectedFileTypes: ["5etools"]});
DataUtil.doHandleFileLoadErrorsGeneric(errors);