diff --git a/commafeed-client/src/components/content/add/ImportOpml.tsx b/commafeed-client/src/components/content/add/ImportOpml.tsx index 627a9e52..36b7bdc7 100644 --- a/commafeed-client/src/components/content/add/ImportOpml.tsx +++ b/commafeed-client/src/components/content/add/ImportOpml.tsx @@ -47,7 +47,7 @@ export function ImportOpml() { } {...form.getInputProps("file")} required - accept="application/xml" + accept=".xml,.opml" />