Skip to content

Commit c80483c

Browse files
DmytroAlipovDima Alipov
andauthored
fix: Create button remains deactivated until pick a new org (#1279)
Co-authored-by: Dima Alipov <[email protected]>
1 parent 2cd77ce commit c80483c

File tree

1 file changed

+1
-1
lines changed
  • src/editors/sharedComponents/TypeaheadDropdown

1 file changed

+1
-1
lines changed

src/editors/sharedComponents/TypeaheadDropdown/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class TypeaheadDropdown extends React.Component {
9090
this.setValue(opt);
9191
this.setState({ displayValue: opt });
9292
} else {
93-
this.setValue('');
93+
this.setValue(normalized);
9494
this.setState({ displayValue: value });
9595
}
9696
}

0 commit comments

Comments
 (0)