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 5ecc31e
Showing 1 changed file with 1 addition and 1 deletion.
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 5ecc31e

Please sign in to comment.