mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-07 22:31:35 -05:00
formbricks-app: change divId to containerId in feedback widget embeds
This commit is contained in:
@@ -9,7 +9,7 @@ export default function Demo() {
|
||||
config: {
|
||||
hqUrl: process.env.NEXT_PUBLIC_FORMBRICKS_URL,
|
||||
formId: process.env.NEXT_PUBLIC_FORMBRICKS_FORM_ID,
|
||||
divId: "formbricks-container",
|
||||
containerId: "formbricks-container",
|
||||
contact: {
|
||||
name: "Matti",
|
||||
position: "Co-Founder",
|
||||
|
||||
@@ -44,7 +44,7 @@ export function FeedbackButton() {
|
||||
config: {
|
||||
hqUrl: process.env.NEXT_PUBLIC_FORMBRICKS_URL,
|
||||
formId: process.env.NEXT_PUBLIC_FORMBRICKS_FORM_ID,
|
||||
divId: "formbricks-feedback-wrapper",
|
||||
containerId: "formbricks-feedback-wrapper",
|
||||
contact: {
|
||||
name: "Matti",
|
||||
position: "Co-Founder",
|
||||
|
||||
Reference in New Issue
Block a user