Skip to content

Commit

Permalink
set add_as_new_host default value to false (#1297)
Browse files Browse the repository at this point in the history
  • Loading branch information
ImMohammad20000 committed Sep 4, 2024
1 parent ae5b6a6 commit 8db00f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/dashboard/src/components/NodesModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ const AddNodeForm: FC<AddNodeFormType> = ({
resolver: zodResolver(NodeSchema),
defaultValues: {
...getNodeDefaultValues(),
add_as_new_host: true,
add_as_new_host: false,
},
});
const { isLoading, mutate } = useMutation(addNode, {
Expand Down

0 comments on commit 8db00f6

Please sign in to comment.