Skip to content

Commit

Permalink
fix: adjust sharebutton for formactionbar
Browse files Browse the repository at this point in the history
  • Loading branch information
mguellsegarra committed Jan 23, 2025
1 parent 6c09769 commit b9f3d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actionbar/FormActionBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ function FormActionBarComponent({ toolbar }: { toolbar: any }) {
onViewAttachmentDetails={handleViewAttachmentDetails}
/>
<ActionBarSeparator />
<ShareUrlButton />
<ShareUrlButton res_id={currentId} />
</Space>
);
}
Expand Down

0 comments on commit b9f3d30

Please sign in to comment.