fix(image): fix bug
This commit is contained in:
@@ -133,9 +133,6 @@ export default function TaskTableContainer(props: {
|
||||
const projectId =
|
||||
typeof id === "string" && !isNaN(Number(id)) ? Number(id) : -1
|
||||
|
||||
const user_name = usePermissionStore((s) => s.user_name)
|
||||
const user_password = usePermissionStore((s) => s.user_password)
|
||||
|
||||
const router = useRouter()
|
||||
const { setBackProps } = useBackUrlStore()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user