Skip to content

Commit

Permalink
[pre-commit.ci lite] apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Jan 15, 2025
1 parent 2de9fed commit 1232447
Showing 1 changed file with 14 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<template>

<VContainer v-resize="handleWindowResize" fluid class="ma-0 main pa-0 panel">
<!-- Breadcrumbs -->
<VToolbar dense color="transparent" flat>
Expand Down Expand Up @@ -170,15 +171,26 @@

<!-- Update: Add fallback for undefined currentChannel -->
<ResourceDrawer
v-if="currentChannel && currentChannel.id" <!-- Check if currentChannel and its id are available -->
v-if="currentChannel && currentChannel.id"
id


<!--
Check
if
currentChannel
and
its
are available --
>
ref="resourcepanel"
:nodeId="detailNodeId"
:channelId="currentChannel.id"
class="grow"
@close="closePanel"
@resize="handleResourceDrawerResize"
@scroll="scroll"
>
>
<template v-if="canEdit" #actions>
<IconButton
size="small"
Expand Down

0 comments on commit 1232447

Please sign in to comment.