Skip to content

Commit

Permalink
Merge branch 'feat/add-toolbar-buttons-to-x2many' into alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
mguellsegarra committed Jan 23, 2025
2 parents 97eecd1 + b9f3d30 commit 8bf517e
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 8bf517e

Please sign in to comment.