fix(styles): my models

This commit is contained in:
jialin
2025-10-14 20:09:43 +08:00
parent 8398ac59a1
commit f02b972dc0
4 changed files with 129 additions and 78 deletions
@@ -243,6 +243,9 @@ const UpdateModal: React.FC<AddModalProps> = (props) => {
setTimeout(() => {
setOriginalFormData();
initGPUSelector();
formRef.current?.getBackendOptions?.({
cluster_id: formData.cluster_id
});
}, 100);
}
if (!open) {