Restore strange class name to fix cypress
This commit is contained in:
parent
344daa349e
commit
01cdfcd075
|
@ -110,7 +110,7 @@
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
{#if $database?._id}
|
{#if $database?._id}
|
||||||
<div class="container">
|
<div class="hierarchy-items-container">
|
||||||
{#each enrichedDataSources as datasource, idx}
|
{#each enrichedDataSources as datasource, idx}
|
||||||
<NavItem
|
<NavItem
|
||||||
border={idx > 0}
|
border={idx > 0}
|
||||||
|
|
Loading…
Reference in New Issue