mirror of
https://github.com/shlinkio/shlink-web-client.git
synced 2026-03-11 18:13:47 +00:00
Silence type error temporarily
This commit is contained in:
@@ -95,7 +95,7 @@ const ImportServersBtn: FCWithDeps<ImportServersBtnConnectProps, ImportServersBt
|
|||||||
accept=".csv"
|
accept=".csv"
|
||||||
className="d-none"
|
className="d-none"
|
||||||
aria-hidden
|
aria-hidden
|
||||||
ref={ref}
|
ref={ref as any /* TODO Remove After updating to React 19 */}
|
||||||
onChange={onFile}
|
onChange={onFile}
|
||||||
data-testid="csv-file-input"
|
data-testid="csv-file-input"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Reference in New Issue
Block a user