komarovalexander / ka-table

Lightweight MIT React Table component with Sorting, Filtering, Grouping, Virtualization, Editing and many more
http://ka-table.com
MIT License
769 stars 56 forks source link

Update Popup.test.tsx #402

Closed iqronfli closed 5 months ago

iqronfli commented 5 months ago

While reading the code for learning purposes, I found a typo in the Popup.test.tsx file.

const props: any = {
    column: {key: 'field'},
    childComponents: {},
    dispatch: () => {},
    data: [{ feild: 1 }]
};