Skip to content

Commit

Permalink
fix: move id to above in zclclusterView
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrkollar committed Aug 6, 2024
1 parent b394d89 commit fbe3ff0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/ZclClusterView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ See the License for the specific language governing permissions and
limitations under the License.
-->
<template>
<q-page class="row">
<q-page class="row" id="ZclClusterView">
<div class="col">
<q-scroll-area class="q-px-md fit">
<div class="row" id="ZclClusterView">
<div class="row">
<div class="col column q-pa-lg">
<div>
<div class="row">
Expand Down

0 comments on commit fbe3ff0

Please sign in to comment.