1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-29 18:19:46 +02:00

ref: Little refactoring

This commit is contained in:
Maksim Eltyshev 2023-06-13 12:06:28 +02:00
parent 6938232dc4
commit a62815f825
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>