Skip to content

Commit

Permalink
fix: bring back titles in sidebar
Browse files Browse the repository at this point in the history
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org>
  • Loading branch information
raimund-schluessler committed Aug 5, 2024
1 parent 53ee70c commit 9a7f962
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/AppSidebar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
:name-editable="editingSummary"
:linkify-name="true"
:subname="subsummary"
:name-tooltip="summary"
:subname-tooltip="subsummaryTooltip"
:title="summary"
:subtitle="subsummaryTooltip"
:empty="!task"
@start-editing="newSummary = task.summary"
@update:name-editable="editSummary"
Expand Down

0 comments on commit 9a7f962

Please sign in to comment.