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 023622d commit c41c532Copy full SHA for c41c532
portal-ui/src/screens/Console/Tenants/TenantDetails/pods/PodEvents.tsx
@@ -61,7 +61,7 @@ const PodEvents = ({
61
setErrorSnackMessage,
62
}: IPodEventsProps) => {
63
const [event, setEvent] = useState<IEvent[]>([]);
64
- const [loading, setLoading] = useState<boolean>(false);
+ const [loading, setLoading] = useState<boolean>(true);
65
66
useEffect(() => {
67
if (propLoading) {
0 commit comments