Skip to content

Commit b0f7dfa

Browse files
vishalshrm539Sharma
andauthored
Fixed JSX returning undefined (#455)
Co-authored-by: Sharma <[email protected]>
1 parent 97aa0bb commit b0f7dfa

File tree

1 file changed

+2
-0
lines changed
  • packages/react-sdk-components/src/components/field/Dropdown

1 file changed

+2
-0
lines changed

packages/react-sdk-components/src/components/field/Dropdown/Dropdown.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,8 @@ export default function Dropdown(props: DropdownProps) {
186186
/>
187187
);
188188
}
189+
190+
return null;
189191
};
190192

191193
if (displayMode) {

0 commit comments

Comments
 (0)