currency per column in table definition
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
<details class="catalog-table">
|
||||
<summary>
|
||||
<code>{{ table.name }}</code>
|
||||
{%- if !table.base_currency.is_empty() %}<span class="currency">{{ table.base_currency }}</span>{% endif -%}
|
||||
</summary>
|
||||
<button type="button" class="starter-query" data-sql="{{ table.starter_query }}"
|
||||
x-on:click="sql = $el.dataset.sql; $refs.sql.focus()">Use starter query</button>
|
||||
|
||||
Reference in New Issue
Block a user