diff --git a/web/components/main-layout.tsx b/web/components/main-layout.tsx index 81bdeec21..37bac402c 100644 --- a/web/components/main-layout.tsx +++ b/web/components/main-layout.tsx @@ -182,6 +182,9 @@ export default function MainLayout(props) {
+ setActionUrl(input.currentTarget.value)} + /> +
++ setActionTitle(input.currentTarget.value)} + /> +
+ ++ setActionDescription(input.currentTarget.value)} + /> +
+ ++ setActionIcon(input.currentTarget.value)} + /> +
+ ++ setActionColor(input.currentTarget.value)} + /> +
+ +