diff --git a/datacenter/app/datastores/documents/page.tsx b/datacenter/app/datastores/documents/page.tsx
index 55d8baa26..668313c99 100644
--- a/datacenter/app/datastores/documents/page.tsx
+++ b/datacenter/app/datastores/documents/page.tsx
@@ -4,6 +4,7 @@ import { useRouter, useSearchParams } from 'next/navigation'
import React, { useState, useEffect } from 'react'
import { Button, Table } from '@/lib/mui'
import moment from 'moment'
+import { message } from 'antd'
const Documents = () => {
const router = useRouter()
@@ -51,16 +52,43 @@ const Documents = () => {
{row.status} |
{
-
+ <>
+
+
+ >
}
|