mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2026-09-21 17:04:00 +00:00
Merge pull request #454 from PHIDIAS0303/patch-1
GroupViewPage.tsx double static
This commit is contained in:
@@ -64,7 +64,7 @@ export default function GroupViewPage() {
|
||||
const assetName = defaultModPack.exportManifest.assets.defines;
|
||||
|
||||
(async () => {
|
||||
const response = await fetch(`${staticRoot}static/${assetName}`);
|
||||
const response = await fetch(`${staticRoot}${assetName}`);
|
||||
const json = await response.json();
|
||||
setDefinesJson(json.input_action ?? {});
|
||||
})().catch(notifyErrorHandler("Failed to load permissions"));
|
||||
|
||||
Reference in New Issue
Block a user