fix(ui): graph builder check for veo

This commit is contained in:
psychedelicious
2025-08-28 15:41:40 +10:00
committed by Mary Hipp Rogers
parent 85bd324d74
commit 313aedb00a

View File

@@ -28,7 +28,7 @@ export const buildVeo3VideoGraph = (arg: GraphBuilderArg): GraphBuilderReturn =>
const model = selectVideoModelConfig(state);
assert(model, 'No model selected');
assert(model.base === 'runway', 'Selected model is not a Veo3 model');
assert(model.base === 'veo3', 'Selected model is not a Veo3 model');
const params = selectParamsSlice(state);
const videoParams = selectVideoSlice(state);