mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
test(editor): Add unit test for inputpanel component (#11644)
Co-authored-by: Shireen Missi <94372015+ShireenMissi@users.noreply.github.com>
This commit is contained in:
@@ -1522,7 +1522,11 @@ defineExpose({ enterEditMode });
|
||||
<slot name="no-output-data">xxx</slot>
|
||||
</div>
|
||||
|
||||
<div v-else-if="hasNodeRun && !showData" :class="$style.center">
|
||||
<div
|
||||
v-else-if="hasNodeRun && !showData"
|
||||
data-test-id="ndv-data-size-warning"
|
||||
:class="$style.center"
|
||||
>
|
||||
<N8nText :bold="true" color="text-dark" size="large">{{ tooMuchDataTitle }}</N8nText>
|
||||
<N8nText align="center" tag="div"
|
||||
><span
|
||||
|
||||
Reference in New Issue
Block a user