fix: undefined workspaceslug (#6636)

This commit is contained in:
Anmol Singh Bhatia 2025-02-19 02:20:23 +05:30 committed by GitHub
parent 126575d22a
commit 84578a2764
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 9 additions and 9 deletions

View file

@ -29,7 +29,7 @@ const CycleDetailPage = observer(() => {
const { setValue, storedValue } = useLocalStorage("cycle_sidebar_collapsed", "false");
useCyclesDetails({
workspaceSlug: workspaceSlug.toString(),
workspaceSlug: workspaceSlug?.toString(),
projectId: projectId.toString(),
cycleId: cycleId.toString(),
});