File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ LABEL org.opencontainers.image.title="Labspaces" \
2323 com.docker.extension.publisher-url="https://github.com/dockersamples/labspace-extension" \
2424 com.docker.extension.additional-urls="[{\" title\" :\" Create your own Labspace\" ,\" url\" :\" https://github.com/dockersamples/labspace-starter\" }]" \
2525 com.docker.extension.categories="cloud-development" \
26- com.docker.extension.changelog="- Fix detection of currently running labspace "
26+ com.docker.extension.changelog="- Fix error caused when launching a custom/non-catalog Labspace "
2727COPY beaker.svg /
2828COPY metadata.json /
2929COPY --from=build /usr/local/app/dist /ui
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ export function CatalogSidebar({ onFilterChange }) {
3333 useEffect ( ( ) => {
3434 const filters = [ ] ;
3535
36- filters . push ( ( l ) => selectedCatalogs . includes ( l . catalog . name ) ) ;
36+ filters . push ( ( l ) => selectedCatalogs . includes ( l . catalog ? .name ) ) ;
3737
3838 if ( searchTerm && searchTerm . length > 0 ) {
3939 filters . push (
You can’t perform that action at this time.
0 commit comments