Clean up: Whitespace

This commit is contained in:
2019-04-04 11:34:13 +02:00
parent a376beb143
commit e38c577bcb

View File

@@ -3,7 +3,7 @@ let StatusFilter = pillar.vuecomponents.table.rows.filter.StatusFilter;
const TEMPLATE =`
<div class="pillar-table-row-filter">
<name-filter
<name-filter
:rowObjects="rowObjects"
:componentState="(componentState || {}).nameFilter"
@visible-row-objects-changed="onNameFiltered"
@@ -65,4 +65,3 @@ let RowFilter = {
};
export { RowFilter }