We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70b3082 commit 1f54d01Copy full SHA for 1f54d01
lowcoder-comp-kanban/src/KabanComp.tsx
@@ -430,7 +430,7 @@ let ContainerBaseComp = (function () {
430
style={{ height: `100%`, width: `100%` }}
431
>
432
<Modal
433
- title="Edit Task 1234"
+ title="Edit Task"
434
open={isModalOpen}
435
onOk={handleOk}
436
onCancel={handleCancel}
@@ -494,7 +494,7 @@ let ContainerBaseComp = (function () {
494
495
<ColumnsDirective>
496
<ColumnDirective
497
- headerText="To Do"
+ headerText="To Do 11111"
498
keyField="Open"
499
allowToggle={true}
500
template={columnTemplate}
0 commit comments