mirror of
https://github.com/discourse/discourse-data-explorer.git
synced 2025-03-02 23:49:04 +00:00
13 lines
276 B
Handlebars
13 lines
276 B
Handlebars
{{#if @hasParams}}
|
|
<div class="query-params">
|
|
{{#each @paramInfo as |pinfo|}}
|
|
<ParamInput
|
|
@params={{@params}}
|
|
@initialValues={{@initialValues}}
|
|
@info={{pinfo}}
|
|
@updateParams={{@updateParams}}
|
|
/>
|
|
{{/each}}
|
|
</div>
|
|
{{/if}}
|