Skip to content

Commit

Permalink
fix(#2525): DispatcherMappings view breaks when RouterFunctions are used
Browse files Browse the repository at this point in the history
  • Loading branch information
SteKoe committed Jun 23, 2023
1 parent 18387ae commit 99d682b
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
v-for="(mapping, idx) in handlerMappings"
:key="`${dispatcherName}_${idx}_pattern`"
>
<template v-if="mapping.details">
<template
v-if="mapping.details && mapping.details.requestMappingConditions"
>
<tr>
<td
:rowspan="
Expand Down

0 comments on commit 99d682b

Please sign in to comment.