Merge branch 'style/newRow-green-bg' of https://github.com/mrSnow95/lamassu-server into bruno/green-background-on-new-rows

This commit is contained in:
José Oliveira 2021-03-09 16:46:16 +00:00
commit a54034fe08
4 changed files with 21 additions and 3 deletions

View file

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