Commit bbf5e37f authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix

parent 96c0b8a6
...@@ -95,9 +95,11 @@ ...@@ -95,9 +95,11 @@
success = false; success = false;
}; };
const initModel = (model) => { const initModel = async (model) => {
id = model.id;
name = model.name; name = model.name;
await tick();
id = model.id;
params = { ...params, ...model?.info?.params }; params = { ...params, ...model?.info?.params };
capabilities = { ...capabilities, ...(model?.info?.meta?.capabilities ?? {}) }; capabilities = { ...capabilities, ...(model?.info?.meta?.capabilities ?? {}) };
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment