Skip to content

Commit

Permalink
fix: change prop passing variable name
Browse files Browse the repository at this point in the history
Signed-off-by: daeyeon ko <[email protected]>
  • Loading branch information
kkdy21 committed Jan 20, 2025
1 parent 82aa9e4 commit 652307c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const { editorContents } = useEditorContentTransformer({
<p-collapsible-panel v-if="props.description"
class="task-desc-field"
:line-clamp="1"
:recursive="true"
:enable-deep-clamp="true"
>
<text-editor-viewer :contents="editorContents"
contents-type="markdown"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const props = defineProps<{
<template>
<p-collapsible-panel class="task-name-field"
:line-clamp="1"
:recursive="true"
:enable-deep-clamp="true"
>
<p-link :text="props.name"
:to="{
Expand Down

0 comments on commit 652307c

Please sign in to comment.