fix: refs #6919 remove unnecessary title attribute from TicketDescriptor component
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
gitea/salix-front/pipeline/pr-dev There was a failure building this commit
Details
This commit is contained in:
parent
56d1c0ca30
commit
ffcf52a490
|
@ -38,7 +38,6 @@ function ticketFilter(ticket) {
|
||||||
module="Ticket"
|
module="Ticket"
|
||||||
:url="`Tickets/${entityId}`"
|
:url="`Tickets/${entityId}`"
|
||||||
:filter="filter"
|
:filter="filter"
|
||||||
title="ref"
|
|
||||||
data-key="Ticket"
|
data-key="Ticket"
|
||||||
:summary="$props.summary"
|
:summary="$props.summary"
|
||||||
width="lg-width"
|
width="lg-width"
|
||||||
|
|
Loading…
Reference in New Issue