We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 980d72d commit 0702b26Copy full SHA for 0702b26
src/components/ui/dashboard/add-entities.tsx
@@ -33,6 +33,10 @@ export default function AddEntities() {
33
dialogTrigger={<AddCoachingSessionButton />}
34
/>
35
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
+ */}
40
<AddMemberButton onClick={onMemberButtonClicked} />
41
</div>
42
0 commit comments