Remove an erroneous [dataSource]="queueSource" attribute from the
Vandelay Match Set grid, which was causing the grid to think it had no
data source.
Signed-off-by: Bill Erickson <berickxx@gmail.com>
Signed-off-by: Jane Sandberg <sandbej@linnbenton.edu>
Signed-off-by: Galen Charlton <gmc@equinoxinitiative.org>
</ng-template>
<eg-grid #grid [dataSource]="gridSource" [cellTextGenerator]="cellTextGenerator"
- persistKey="cat.vandelay.match_set.list"
- idlClass="vms" [dataSource]="queueSource">
+ persistKey="cat.vandelay.match_set.list" idlClass="vms">
<eg-grid-toolbar-button label="New Match Set" i18n-label [action]="createNew">
</eg-grid-toolbar-button>
<eg-grid-toolbar-action label="Delete Selected" i18n-label