Skip to content

Commit

Permalink
Dataset: typographical error in the dataset Edit Form (#3459)
Browse files Browse the repository at this point in the history
  • Loading branch information
nadzpogi committed Jul 31, 2024
1 parent b63e55c commit 43c4ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/dataset-form-edit.twig
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@

{% set title %}{% trans "Truncate with no new data?" %}{% endset %}
{% set helpText %}{% trans "Should the DataSet data be truncated even if no new data is pulled from the source?" %}{% endset %}
{{ forms.checkbox("truncateOnEmpty", title, dataSet.truncateOnEmpty, helpText) }}F
{{ forms.checkbox("truncateOnEmpty", title, dataSet.truncateOnEmpty, helpText) }}

{% set title %}{% trans "Depends on DataSet" %}{% endset %}
{% set dataSets = [{dataSetId: null, dataSet: ""}]|merge(dataSets) %}
Expand Down

0 comments on commit 43c4ed7

Please sign in to comment.