Skip to content

Commit 6bbfc4d

Browse files
committed
[TOOL-2927] Dashboard: Update team member settings page alert (#5895)
<!-- start pr-codex --> ## PR-Codex overview This PR updates the availability timeline for a feature in the `TeamMembersSettingsPage.tsx` file from Q4 2024 to Q1 2025. ### Detailed summary - Changed the text in the `AlertDescription` from "This feature will be available in Q4 2024" to "This feature will be available in Q1 2025". > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent 5ca4493 commit 6bbfc4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/dashboard/src/app/team/[team_slug]/(team)/~/settings/members/TeamMembersSettingsPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ export function TeamMembersSettingsPage(props: {
1818
Inviting and Managing Team Members is not available yet
1919
</AlertTitle>
2020
<AlertDescription>
21-
This feature will be available in Q4 2024
21+
This feature will be available in Q1 2025
2222
</AlertDescription>
2323
</Alert>
2424
<div className="h-10" />

0 commit comments

Comments
 (0)