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 9489bbe commit 2b6e3c5Copy full SHA for 2b6e3c5
src/components/ApplicationGroup/Details/EnvironmentOverview/EnvironmentOverview.tsx
@@ -93,7 +93,7 @@ const EnvironmentOverview = ({
93
handleSaveDescription,
94
}: AppGroupDetailDefaultType) => {
95
// STATES
96
- const [loading, setLoading] = useState<boolean>()
+ const [loading, setLoading] = useState<boolean>(false)
97
const [appListData, setAppListData] = useState<AppListDataType>()
98
const [appStatusResponseList, setAppStatusResponseList] = useState<ManageAppsResponse[]>([])
99
const [showHibernateStatusDrawer, setShowHibernateStatusDrawer] = useState<StatusDrawer>({
0 commit comments