fix: undefined workspaceslug (#6636)
This commit is contained in:
parent
126575d22a
commit
84578a2764
8 changed files with 9 additions and 9 deletions
|
|
@ -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(),
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue