Skip to content

Commit 23a1dfd

Browse files
committed
refactor: remove disabled state from stock operation form used for testing
1 parent 62e187f commit 23a1dfd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/stock-operations/stock-operations-forms/stock-operation-form.component.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,6 @@ const StockOperationForm: React.FC<StockOperationFormProps> = ({ stockOperation,
131131
sourceUuid: stockOperation?.sourceUuid ?? '',
132132
destinationUuid: stockOperation?.destinationUuid ?? '',
133133
},
134-
disabled: true,
135134
mode: 'all',
136135
resolver: zodResolver(formschema),
137136
});

0 commit comments

Comments
 (0)