1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2024-11-29 10:24:20 +01:00

(bug) unable to select a new machine for an existing category

This commit is contained in:
Sylvain 2023-03-07 11:39:36 +01:00
parent ffe6e59681
commit 3f1f267e42

View File

@ -68,6 +68,7 @@ export const PlanLimitForm = <TContext extends object> ({ control, formState }:
<div className='actions'>
<div className='grpBtn'>
{/* TODO, use <EditDestroyButtons> */}
<FabButton className='edit-btn'>
<PencilSimple size={20} weight="fill" />
</FabButton>