Skip to content

Commit e647212

Browse files
committed
error rendering fix
1 parent d23edd1 commit e647212

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

libs/web-flow-executor/src/nodes/expression-execute.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export const getExpressionExecute: NodeTaskFactory<NodeInfo> = (
151151
errorNode = createElement(
152152
'div',
153153
{
154-
class: `bg-red-500 p-4 rounded absolute bottom-[calc(100%+15px)] h-[100px] w-full hidden
154+
class: `bg-red-500 p-4 rounded absolute bottom-[calc(100%+15px)] h-[min-content] w-full hidden
155155
after:content-['']
156156
after:w-0 after:h-0
157157
after:border-l-[10px] after:border-l-transparent

libs/web-flow-executor/src/nodes/expression.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ export const getExpression: NodeTaskFactory<NodeInfo> = (
359359
errorNode = createElement(
360360
'div',
361361
{
362-
class: `bg-red-500 p-4 rounded absolute bottom-[calc(100%+15px)] h-[100px] w-full hidden
362+
class: `bg-red-500 p-4 rounded absolute bottom-[calc(100%+15px)] h-[min-content] w-full hidden
363363
after:content-['']
364364
after:w-0 after:h-0
365365
after:border-l-[10px] after:border-l-transparent

libs/web-flow-executor/src/nodes/fetch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ export const getFetch: NodeTaskFactory<NodeInfo> = (
352352
errorNode = createElement(
353353
'div',
354354
{
355-
class: `bg-red-500 p-4 rounded absolute bottom-[calc(100%+15px)] h-[100px] w-full hidden
355+
class: `bg-red-500 p-4 rounded absolute bottom-[calc(100%+15px)] h-[min-content] w-full hidden
356356
after:content-['']
357357
after:w-0 after:h-0
358358
after:border-l-[10px] after:border-l-transparent

0 commit comments

Comments
 (0)