Sfoglia il codice sorgente

fix eslint error custominput display name

keigo-h 3 anni fa
parent
commit
b4652a4761

+ 1 - 0
packages/app/src/components/Admin/AuditLog/DateRangePicker.tsx

@@ -27,6 +27,7 @@ const CustomInput = forwardRef<HTMLButtonElement, CustomInputProps>((props: Cust
   );
   );
 });
 });
 
 
+CustomInput.displayName = 'CustomInput';
 
 
 type DateRangePickerProps = {
 type DateRangePickerProps = {
   startDate: Date | null
   startDate: Date | null