We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd87bf9 commit d72e1efCopy full SHA for d72e1ef
portal-ui/src/screens/Console/Tenants/TenantDetails/PVCDetails.tsx
@@ -54,13 +54,6 @@ const PVCDetails = ({
54
const PVCName = match.params["PVCName"];
55
const [event, setEvent] = useState<IEvent[]>([]);
56
57
- function a11yProps(index: any) {
58
- return {
59
- id: `simple-tab-${index}`,
60
- "aria-controls": `simple-tabpanel-${index}`,
61
- };
62
- }
63
-
64
useEffect(() => {
65
if (loading) {
66
api
0 commit comments