update media manage
All checks were successful
Build and Release / release (push) Successful in 29s

This commit is contained in:
2026-04-23 15:52:18 +07:00
parent bf44502a24
commit e273df1ee2
14 changed files with 830 additions and 66 deletions

View File

@@ -22,6 +22,7 @@ export default function ApplicationDetailPage() {
(state: RootState) => state.user.selectedApplication,
);
const router = useRouter();
const [isDeleting, setIsDeleting] = useState(false);
const [errMessage, setErrMessage] = useState<string>(
"Không thể xóa đơn đăng ký này.",