Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chore/user role validation #3260

Merged
merged 9 commits into from
Dec 29, 2023
Prev Previous commit
Next Next commit
Revert "chore: update Workspace Issues -> All Issues header."
This reverts commit 03f90be.
prateekshourya29 committed Dec 28, 2023
commit db8bbd6740ffcc15efcef06d0a34a0a7e7dbbbe0
2 changes: 1 addition & 1 deletion web/components/headers/global-issues.tsx
Original file line number Diff line number Diff line change
@@ -95,7 +95,7 @@ export const GlobalIssuesHeader: React.FC<Props> = observer((props) => {
<PhotoFilterIcon className="h-4 w-4 text-custom-text-300" />
)
}
label={`All ${activeLayout === "spreadsheet" ? "Issues" : "Views"}`}
label={`Workspace ${activeLayout === "spreadsheet" ? "Issues" : "Views"}`}
/>
</Breadcrumbs>
</div>