@wix/vibe-forms-app-plugin 0.16.0 → 0.17.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.cjs CHANGED
@@ -3130,7 +3130,7 @@ var installFormsApp = async (env) => {
3130
3130
  "[forms-app-plugin-install] Installing vertical functionality...",
3131
3131
  env
3132
3132
  );
3133
- await installWixApp(env, FORMS_APP_DEF_ID);
3133
+ await installWixApp(FORMS_APP_DEF_ID, env.WIX_SITE_ID);
3134
3134
  console.log("[forms-app-plugin-install] Forms App installation completed");
3135
3135
  };
3136
3136
  var unzipAndMergePluginFiles = async (env, zipUrl) => {