Skip to content

Commit 7b49698

Browse files
committed
Update typedoc config.
1 parent afde644 commit 7b49698

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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-base-300`"
326+
:class="`${props.styleProps.rowClass} relative iw-gantt-timeline-row flex bg-base-100 border-b border-b-base-300`"
327327
>
328328
<div
329329
v-for="(timeline, idx) in ganttInfo.timeline" :key="`${props.layoutId}-${idx}`"

typedoc.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@
77
"entryPoints": [
88
"src/index.ts"
99
],
10-
"includes": "src/*.ts",
1110
"readme": "none",
1211
"includeVersion": true,
1312
"disableSources": false,

0 commit comments

Comments
 (0)