mirror of
https://github.com/docmost/docmost.git
synced 2026-05-07 06:23:06 +08:00
accept .license file
This commit is contained in:
@@ -87,7 +87,7 @@ export function ActivateLicenseForm({ onClose }: ActivateLicenseFormProps) {
|
|||||||
<form onSubmit={form.onSubmit(handleSubmit)}>
|
<form onSubmit={form.onSubmit(handleSubmit)}>
|
||||||
<input
|
<input
|
||||||
type="file"
|
type="file"
|
||||||
accept=".txt"
|
accept=".txt,.license"
|
||||||
ref={fileInputRef}
|
ref={fileInputRef}
|
||||||
onChange={handleFileUpload}
|
onChange={handleFileUpload}
|
||||||
hidden
|
hidden
|
||||||
|
|||||||
Reference in New Issue
Block a user