Skip to content

Commit

Permalink
Add selectable property
Browse files Browse the repository at this point in the history
  • Loading branch information
GusevPM committed Aug 25, 2023
1 parent 51a4c71 commit d28d133
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/views/contract/InfoSection/SmartRollupInfo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@
</v-list-item>
<v-dialog v-model="showGenesisCommitment" width="800" @keydown.esc="showGenesisCommitment = false">
<template v-slot:activator="{ on }">
<v-list-item>
<v-list-item-content v-on="on">
<v-list-item v-on="on">
<v-list-item-content>
<v-list-item-subtitle class="overline"
>Genesis commitment</v-list-item-subtitle
>
Expand Down Expand Up @@ -91,8 +91,8 @@
</v-list-item>
<v-dialog v-model="showKernel" width="800" @keydown.esc="showKernel = false">
<template v-slot:activator="{ on }">
<v-list-item>
<v-list-item-content v-on="on">
<v-list-item v-on="on">
<v-list-item-content>
<v-list-item-subtitle class="overline"
>Kernel</v-list-item-subtitle
>
Expand Down

0 comments on commit d28d133

Please sign in to comment.