Skip to content

Commit 1f54d01

Browse files
title changed
1 parent 70b3082 commit 1f54d01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lowcoder-comp-kanban/src/KabanComp.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ let ContainerBaseComp = (function () {
430430
style={{ height: `100%`, width: `100%` }}
431431
>
432432
<Modal
433-
title="Edit Task 1234"
433+
title="Edit Task"
434434
open={isModalOpen}
435435
onOk={handleOk}
436436
onCancel={handleCancel}
@@ -494,7 +494,7 @@ let ContainerBaseComp = (function () {
494494
>
495495
<ColumnsDirective>
496496
<ColumnDirective
497-
headerText="To Do"
497+
headerText="To Do 11111"
498498
keyField="Open"
499499
allowToggle={true}
500500
template={columnTemplate}

0 commit comments

Comments
 (0)