Skip to content

Commit 41fd71e

Browse files
chore: update logo
1 parent fbcafd9 commit 41fd71e

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

frontend-dev/src/components/AllIntegrations/Line/Line.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function Line({ formFields, setFlow, flow, allIntegURL }) {
6464
}
6565
}, 300)
6666

67-
if (val === 3 && (lineConf?.name || isNextButtonEnabled())) {
67+
if (val === 3 && !(lineConf?.name || isNextButtonEnabled())) {
6868
const messages = getLineValidationMessages(lineConf)
6969
setSnackbar({
7070
show: true,
17.8 KB
Loading

0 commit comments

Comments
 (0)