Make prop bindings more consistent

parent 43287302
......@@ -334,14 +334,14 @@ export default {
<gl-table
:items="incidents.list || []"
:fields="availableFields"
:show-empty="true"
:busy="loading"
stacked="md"
:tbody-tr-class="tbodyTrClass"
:no-local-sorting="true"
:sort-direction="'desc'"
sort-direction="desc"
:sort-desc.sync="sortDesc"
:sort-by.sync="sortBy"
show-empty
no-local-sorting
sort-icon-left
fixed
@row-clicked="navigateToIncidentDetails"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment