We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc059ab commit bfbf535Copy full SHA for bfbf535
1 file changed
src/features/ConfigFile.tsx
@@ -11,7 +11,7 @@ const ConfigFile = () => {
11
const { data: config } = useGetConfigQuery(appId ? { appId } : skipToken);
12
13
if (!config) {
14
- return <div>Loading...</div>;
+ return <div>Config Data Loading or Not Available</div>;
15
}
16
17
return <ConfigFileRender config={config} />;
0 commit comments