chore: display available clusters
This commit is contained in:
@@ -256,6 +256,7 @@ const UpdateModal: React.FC<AddModalProps> = (props) => {
|
||||
useEffect(() => {
|
||||
if (open && formData) {
|
||||
setOriginalFormData();
|
||||
getGPUOptionList({ clusterId: formData.cluster_id });
|
||||
}
|
||||
if (!open) {
|
||||
checkTokenRef.current?.cancel?.();
|
||||
|
||||
Reference in New Issue
Block a user