green background on new Rows on edit tables

This commit is contained in:
mrSnow95 2021-02-22 14:22:14 +00:00
parent dee7dde195
commit a74aaaad41
4 changed files with 21 additions and 3 deletions

View file

@ -191,7 +191,11 @@ const ETable = ({
onSubmit={innerSave}>
<Form>
<PromptWhenDirty />
<ERow editing={true} disabled={forceDisable} />
<ERow
editing={true}
disabled={forceDisable}
newRow={true}
/>
</Form>
</Formik>
)}