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 14, 2024
1 parent 299d973 commit 7676963
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 @@ -64,7 +64,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 7676963

Please sign in to comment.