Skip to content

chore: replace MoreMenu with DropdownMenu #17615

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
May 1, 2025
Prev Previous commit
Next Next commit
fix: cleanup
  • Loading branch information
jaaydenh committed May 1, 2025
commit 826874b086153e7b84ea8bef59dddf1ff81be1a6
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ export const CreateWorkspacePageViewExperimental: FC<

return (
<DynamicParameter
fieldHelpers={getFieldHelpers}
{...getFieldHelpers(parameterInputName)}
key={parameter.name}
parameter={parameter}
onChange={(value) =>
Expand Down