Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
matborowczyk committed Nov 22, 2024
1 parent 01eadb7 commit 7150a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UI/Components/Diagram/components/EntityForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ interface Props {
* @prop {Function} onSave - The callback to call when the form is submitted.
* @prop {boolean} isRemovable - A flag that indicates whether the entity can be removed.
* @prop {boolean} showButtons - A flag that indicates whether to show buttons or not
* @prop {Function} onRemove - The callback to call when the cancel Remove is clicked.
* @prop {Function} onRemove - The callback to call when the "Remove" button is clicked.
*
* @returns {React.FC<Props>} The EntityForm component.
*/
Expand Down

0 comments on commit 7150a8d

Please sign in to comment.