Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
allisonking committed Nov 18, 2022
1 parent 8dd6de7 commit 88d6a8e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clients/admin-ui/src/features/dataset/EditDrawer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ interface Props {
deleteTitle: string;
deleteMessage: ReactNode;
children: ReactNode;
/* Associates the submit button with a form, which is useful for when the button
/**
* Associates the submit button with a form, which is useful for when the button
* does not live directly inside the form hierarchy
*/
formId?: string;
Expand Down

0 comments on commit 88d6a8e

Please sign in to comment.