Skip to content

Commit

Permalink
changed from modal to contextualbar
Browse files Browse the repository at this point in the history
  • Loading branch information
Spiral-Memory committed Mar 18, 2024
1 parent 7e99069 commit 82b0cff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion enum/CommandParam.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export enum CommandParam {
WORKSPACE = "workspace",
WS = "ws",
SHARE = "share",
VIEW = "view"
VIEW = "view",
APPEND = "append"
}

Expand Down
2 changes: 1 addition & 1 deletion src/modals/appendContentModal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ export async function appendContentModal(

return {
id: NotionAppendContent.VIEW_ID,
type: UIKitSurfaceType.MODAL,
type: UIKitSurfaceType.CONTEXTUAL_BAR,
title: {
type: TextObjectType.MRKDWN,
text: NotionAppendContent.TITLE,
Expand Down

0 comments on commit 82b0cff

Please sign in to comment.