mnestix / mnestix-browser

Mnestix Browser is the Browser for AAS Dataspaces
https://xitaso.com/kompetenzen/mnestix/
MIT License
27 stars 4 forks source link

Skeleton for SubmodelsOverview Card is never shown. #50

Closed GailMelanie closed 1 week ago

GailMelanie commented 2 months ago

Current Behavior

Right now the SubmodelsOverviewCard gets passed an 'isLoadingSubmodels' parameter as a prop, which is always false. Therefore the Skeleton, which should be shown, when the submodel is loading is never shown

Expected Behavior

The Skeleton should be visible while the Submodels are loaded.