Skip to content

Commit

Permalink
add conditional check to ensure resource is fetched and loaded before…
Browse files Browse the repository at this point in the history
… rendering page
  • Loading branch information
marcellamaki committed Feb 7, 2024
1 parent 125b9f9 commit 9605a61
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
authorizedRole="adminOrCoach"
>

<KPageContainer>

<KPageContainer v-if="resource && resource.title">
<ReportsResourceHeader
:resource="resource"
@previewClick="onPreviewClick"
Expand Down

0 comments on commit 9605a61

Please sign in to comment.