We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb0cdb commit 9dfa070Copy full SHA for 9dfa070
src/components/fields/TextInputMapper/TextInputMapper.tsx
@@ -255,10 +255,8 @@ function TextInputMapper(
255
}, [JSON.stringify(mappings)]);
256
257
const element = (
258
- <Flow ref={ref} gap="1x">
259
- <Flow gap="1x" onKeyDown={onKeyDown}>
260
- {[...renderedMappings]}
261
- </Flow>
+ <Flow ref={ref} gap="1x" onKeyDown={onKeyDown}>
+ {[...renderedMappings]}
262
{showNewButton ? (
263
<Space gap={0}>
264
{/** Hotfix for inconsistent alignment with the label **/}
0 commit comments