Skip to content

Commit ad8e55d

Browse files
committed
fix: client: themes -> columns (#434)
1 parent 5d22722 commit ad8e55d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tmpl/config.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
</select>
5151
</li>
5252
<li title="Visible Columns">
53-
<select data-name="js-themes" class="form-control full-width" title="Visible Columns">
53+
<select data-name="js-columns" class="form-control full-width" title="Visible Columns">
5454
<option {{ name-size-date-owner-mode-selected }}>name-size-date-owner-mode</option>
5555
<option {{ name-size-date-selected }}>name-size-date</option>
5656
<option {{ name-size-selected }}>name-size</option>

0 commit comments

Comments
 (0)