Skip to content

Commit 5216900

Browse files
author
NarrowsProjects
committed
undo incorrect return description of the author component jsdoc
1 parent fa83c7f commit 5216900

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/public/components/Filters/LogsFilter/author/authorFilter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const excludeAnonymousLogAuthorToggle = (authorFilterModel) => switchInpu
4141
* Returns a authorFilter component with text input, reset button, and anonymous exclusion button.
4242
*
4343
* @param {AuthorFilterModel} authorFilterModel the authorFilterModel
44-
* @return {Component} the filter component
44+
* @return {Component} the author filter component
4545
*/
4646
export const authorFilter = (authorFilterModel) => h('.flex-row.items-center.g3', [
4747
rawTextFilter(authorFilterModel, { classes: ['w-50'], id: 'authorFilterText', value: authorFilterModel.raw, placeholder: 'e.g. John Doe' }),

0 commit comments

Comments
 (0)