超管后台 - 修复编辑项目页报错的问题(password字段使用但是却未定义)
This commit is contained in:
@@ -35,6 +35,8 @@ export default function EditProjectPage({ params }: { params: { id: string } })
|
||||
const [isSubmitting, setIsSubmitting] = useState(false)
|
||||
const [isLoading, setIsLoading] = useState(true)
|
||||
const [project, setProject] = useState<Project | null>(null)
|
||||
const [password, setPassword] = useState("")
|
||||
const [confirmPassword, setConfirmPassword] = useState("")
|
||||
const { id } = use(params)
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user