mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
accept .opml extension for opml import
This commit is contained in:
@@ -47,7 +47,7 @@ export function ImportOpml() {
|
||||
}
|
||||
{...form.getInputProps("file")}
|
||||
required
|
||||
accept="application/xml"
|
||||
accept=".xml,.opml"
|
||||
/>
|
||||
<Group justify="center">
|
||||
<Button variant="default" onClick={async () => await dispatch(redirectToSelectedSource())}>
|
||||
|
||||
Reference in New Issue
Block a user