fix(ui): correct model load event format

This commit is contained in:
psychedelicious 2024-03-14 17:56:01 +11:00
parent 338d5f158b
commit 500a733d79

View File

@ -33,6 +33,7 @@ export const addModelLoadEventListener = (startAppListening: AppStartListening)
if (submodel_type) {
extras.push(submodel_type);
}
const message = `Model load complete: ${name} (${extras.join(', ')})`;
log.debug(action.payload, message);