Skip to content

Commit

Permalink
fix(ui): flow > logs keep proper title
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Feb 24, 2022
1 parent 4933c2b commit 7ef9173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/flows/FlowLogs.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<logs-wrapper :restore-url="false" />
<logs-wrapper :restore-url="false" :prevent-route-info="true" />
</template>

<script>
Expand Down

0 comments on commit 7ef9173

Please sign in to comment.