Skip to content

Commit afde644

Browse files
committed
2 parents 40b2eca + 0860021 commit afde644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/layout/gantt/GanttTimelineRows.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ onUnmounted(() => {
323323
:key="`${props.layoutId}-${row[props.pkColumnName]}`"
324324
:data-pk="row[props.pkColumnName]"
325325
:data-parent-pk="props.parentPkColumnName ? row[props.parentPkColumnName] : undefined"
326-
:class="`${props.styleProps.rowClass} relative iw-gantt-timeline-row flex bg-base-100 border-b border-b-base-300 border-r border-r-base-300`"
326+
:class="`${props.styleProps.rowClass} relative iw-gantt-timeline-row flex bg-base-100 border-b border-b-base-300 border-r-base-300`"
327327
>
328328
<div
329329
v-for="(timeline, idx) in ganttInfo.timeline" :key="`${props.layoutId}-${idx}`"

0 commit comments

Comments
 (0)