Skip to content

Commit

Permalink
bold dm= line to match styling in plugin API hints
Browse files Browse the repository at this point in the history
  • Loading branch information
kecnry committed Nov 11, 2024
1 parent 90a3fe7 commit 3cd88b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jdaviz/configs/default/plugins/data_menu/data_menu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
<v-list-item v-if="api_hints_enabled" style="min-height: 12px">
<v-list-item-content>
<span class="api-hint">
dm = {{ config }}.viewers['{{viewer_id}}'].data_menu
<b>dm = {{ config }}.viewers['{{viewer_id}}'].data_menu</b>
</span>
</v-list-item-content>
</v-list-item>
Expand Down

0 comments on commit 3cd88b7

Please sign in to comment.