mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-22 06:15:47 +00:00
refactor(FE): change project flock form, detail and chickin view using drawer
This commit is contained in:
@@ -306,7 +306,6 @@ const SupplierForm = ({
|
||||
label='Hatchery'
|
||||
value={hatcheryOptionsValues}
|
||||
onChange={(val) => {
|
||||
console.log(val); // pastikan val = array of { value, label }
|
||||
setHatcheryOptionValues(val as OptionType[]);
|
||||
}}
|
||||
isError={
|
||||
|
||||
Reference in New Issue
Block a user