human and sidepannel bug fix

This commit is contained in:
2025-08-23 10:33:10 +05:30
parent 69329dba7a
commit 8b01372d08
2 changed files with 2 additions and 2 deletions

View File

@@ -397,7 +397,7 @@ function HumanMechanics() {
<LabledDropdown
label="Action Type"
defaultOption={activeOption}
options={["worker", "manufacture", "operator"]}
options={["worker", "manufacturer", "operator"]}
onSelect={handleSelectActionType}
disabled={false}
/>