Skip to content

Commit 0702b26

Browse files
committed
Add a TODO comment
1 parent 980d72d commit 0702b26

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/components/ui/dashboard/add-entities.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ export default function AddEntities() {
3333
dialogTrigger={<AddCoachingSessionButton />}
3434
/>
3535

36+
{/* TODO: Refactor the AddMemberButton and AddMemberDialog to work just like
37+
AddCoachingSessionDialog does above, where the dialog is the parent container
38+
and it accepts a AddMemberButton as the dialogTrigger parameter.
39+
*/}
3640
<AddMemberButton onClick={onMemberButtonClicked} />
3741
</div>
3842
</div>

0 commit comments

Comments
 (0)