Closed Amencee closed 5 months ago
ok, I find solution that delete embed config in main-embaed
this.klApp = new KlApp( project, { saveReminder, bottomBar: this.p.bottomBar, aboutEl: this.p.aboutEl, embed: { url: this.p.embedUrl, onSubmit: this.p.onSubmit, }, } );
delete embed: { url: this.p.embedUrl, onSubmit: this.p.onSubmit, },
embed style: standard:
I wan to use standard ui in embed page, thanks