SYNC: CSV with error import test

This commit is contained in:
SPRINX0\prochazka
2025-03-05 16:34:56 +01:00
committed by Diflow
parent b40168182a
commit 57f1019e51
6 changed files with 61 additions and 4 deletions

View File

@@ -76,7 +76,11 @@
>
{#if visible}
<div class="wrapper" style={$dynamicProps.splitterVisible ? `height:${size}px` : 'flex: 1 1 0'}>
<div
class="wrapper"
style={$dynamicProps.splitterVisible ? `height:${size}px` : 'flex: 1 1 0'}
data-testid={$$props['data-testid'] ? `${$$props['data-testid']}_content` : undefined}
>
<slot />
</div>