Skip to content

Commit

Permalink
fix: invalid parameter for openInteractiveDialog (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaakaa authored Sep 1, 2024
1 parent 96255fc commit afb65b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/plugin.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit afb65b5

Please sign in to comment.