* chore(DND): upgrade dependencies
* fix(EditableCell): fix bad prop
* fix(EditableCell): fix reordering bug with hidden columns
This commit is contained in:
Carlos Valente
2022-07-18 20:17:15 +02:00
committed by GitHub
parent a20909b882
commit a757058511
4 changed files with 34 additions and 30 deletions
@@ -43,7 +43,6 @@ return (
rows={3}
transition='none'
spellCheck={false}
autoComplete={false}
/>
);
}