diff --git a/webapp/src/plugin.jsx b/webapp/src/plugin.jsx index 721705d..5398ec1 100644 --- a/webapp/src/plugin.jsx +++ b/webapp/src/plugin.jsx @@ -102,9 +102,9 @@ export default class DemoPlugin { />, () => { window.openInteractiveDialog({ + url: '/plugins/' + manifest.id + '/dialog/2', dialog: { callback_id: 'somecallbackid', - url: '/plugins/' + manifest.id + '/dialog/2', title: 'Sample Confirmation Dialog', elements: [], submit_label: 'Confirm',