Skip to content

Commit 4bad839

Browse files
committed
fix precommit
1 parent 9a771dd commit 4bad839

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

DashAI/front/src/components/models/AddModelDialog.jsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -256,9 +256,9 @@ function AddModelDialog({
256256
const isStep1Valid = Boolean(selectedModel && name.trim() !== "");
257257
const isStep2Valid = Boolean(
258258
selectedOptimizer &&
259-
optimizerParameters &&
260-
Object.keys(optimizerParameters).length > 0 &&
261-
goalMetric,
259+
optimizerParameters &&
260+
Object.keys(optimizerParameters).length > 0 &&
261+
goalMetric,
262262
);
263263

264264
return (

0 commit comments

Comments
 (0)