Skip to content

Commit bfbf535

Browse files
committed
fix: update loading message in ConfigFile component for clarity
1 parent fc059ab commit bfbf535

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/features/ConfigFile.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const ConfigFile = () => {
1111
const { data: config } = useGetConfigQuery(appId ? { appId } : skipToken);
1212

1313
if (!config) {
14-
return <div>Loading...</div>;
14+
return <div>Config Data Loading or Not Available</div>;
1515
}
1616

1717
return <ConfigFileRender config={config} />;

0 commit comments

Comments
 (0)