1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-27 17:19:43 +02:00

ref: Little refactoring

This commit is contained in:
Maksim Eltyshev 2023-06-13 12:06:28 +02:00
parent ff7fae8de5
commit a8ea31c9d5
3 changed files with 0 additions and 3 deletions

View file

@ -100,7 +100,6 @@ const DescriptionEdit = React.forwardRef(({ children, defaultValue, onUpdate },
onChange={setValue}
/>
<div className={styles.controls}>
{/* eslint-disable-next-line jsx-a11y/mouse-events-have-key-events */}
<Button positive content={t('action.save')} />
</div>
</Form>