fix: backend updateable when local path

This commit is contained in:
jialin
2024-11-08 15:09:25 +08:00
parent 93a6a77c2b
commit 343ada135d
7 changed files with 38 additions and 17 deletions
@@ -446,6 +446,7 @@ const DataForm: React.FC<DataFormProps> = forwardRef((props, ref) => {
gpuOptions={gpuOptions}
isGGUF={isGGUF}
action={action}
source={props.source}
></AdvanceConfig>
</Form>
);