migrate all side drawer cells

This commit is contained in:
Sidney Alcantara
2022-11-10 18:21:32 +11:00
parent fd717075f8
commit fe665fef2a
67 changed files with 722 additions and 788 deletions

View File

@@ -11,7 +11,6 @@ export default function Connector({
column,
_rowy_ref,
value,
onDirty,
onChange,
onSubmit,
disabled,
@@ -32,7 +31,7 @@ export default function Connector({
column={column}
value={value}
onChange={onChange}
docRef={_rowy_ref as any}
_rowy_ref={_rowy_ref}
TextFieldProps={{
label: "",
hiddenLabel: true,
@@ -50,7 +49,6 @@ export default function Connector({
<Grid container spacing={0.5} style={{ marginTop: 2 }}>
{value.map((item) => {
const key = get(item, config.elementId);
console.log(key, item);
return (
<Grid item key={key}>
<Chip