fix(project): detail all task list fix
This commit is contained in:
@@ -43,7 +43,7 @@ export default function CollectionDetailPage() {
|
||||
}, [permissions])
|
||||
|
||||
const [selectKey, setSelectedKey] = useState<TabKey>(
|
||||
(backTitle as TabKey) || "own"
|
||||
(backTitle as TabKey) || "all"
|
||||
)
|
||||
const [info, setInfo] = useState<ProjectDetail.DataProps>()
|
||||
const [userEnums, setUserEnums] = useState<{
|
||||
|
||||
Reference in New Issue
Block a user