mirror of
https://github.com/formbricks/formbricks.git
synced 2026-04-24 03:21:20 -05:00
fix: error on modal opening (#4503)
This commit is contained in:
@@ -54,10 +54,10 @@ export const NoCodeActionForm = ({ form, isReadOnly }: NoCodeActionFormProps) =>
|
||||
render={() => (
|
||||
<FormItem>
|
||||
<FormControl>
|
||||
<>
|
||||
<div>
|
||||
<CssSelector form={form} disabled={isReadOnly} />
|
||||
<InnerHtmlSelector form={form} disabled={isReadOnly} />
|
||||
</>
|
||||
</div>
|
||||
</FormControl>
|
||||
<FormError />
|
||||
</FormItem>
|
||||
|
||||
Reference in New Issue
Block a user