Skip to content

Commit

Permalink
Fix linter issue in date chips test
Browse files Browse the repository at this point in the history
RISDEV-3075
  • Loading branch information
FabioTacke committed Jan 18, 2024
1 parent cc77a1e commit 040029c
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ function renderComponent(props?: Partial<DateChipsInputProps>) {
((val: string[] | undefined) => (modelValue = val)),
"onUpdate:validationError": props?.["onUpdate:validationError"],
ariaLabel: props?.ariaLabel ?? "aria-label",
readOnly: props?.readOnly,
}

return { user, ...render(ChipsDateInput, { props: effectiveProps }) }
Expand Down

0 comments on commit 040029c

Please sign in to comment.