fix(core) : removed top border for the first log entry (#13621)

This commit is contained in:
Ameen PJ
2025-12-12 18:16:20 +05:30
committed by GitHub
parent b7a027f0dc
commit e88dc7af76

View File

@@ -29,6 +29,7 @@
filter=""
:excludeMetas="isFlowEdit ? ['namespace', 'flowId'] : []"
:log="log"
:class="{'log-0': i === 0}"
/>
</div>