Skip to content

Commit

Permalink
Update message action
Browse files Browse the repository at this point in the history
  • Loading branch information
SarantopoulosKon committed Jun 20, 2023
1 parent d26725f commit 14c2e99
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,7 @@ function activate(
app.commands.addCommand(OPEN_COMMAND, {
caption: 'Prompt the user for TileDB notebook options',
execute: async () => {
window.parent.postMessage(
{ action: 'TILEDB_CREATE_NOTEBOOK_MODAL' },
'*'
);
window.parent.postMessage({ action: 'TILEDB_CREATE_NOTEBOOK' }, '*');
},
isEnabled: () => true,
label: 'TileDB Notebook',
Expand Down

0 comments on commit 14c2e99

Please sign in to comment.