mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 02:10:12 -06:00
update pmf widget to 0.0.6
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@formbricks/pmf",
|
||||
"version": "0.0.5",
|
||||
"version": "0.0.6",
|
||||
"source": "src/index.ts",
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
|
||||
@@ -16,7 +16,7 @@ const config: FormbricksConfig = {
|
||||
customer: {},
|
||||
onFinished: () => {},
|
||||
// Merge existing config
|
||||
...(window as any).formbricks?.config,
|
||||
...(window as any).formbricksPmf?.config,
|
||||
};
|
||||
|
||||
let submission: any = {};
|
||||
|
||||
Reference in New Issue
Block a user