Remove unnecessary fields in datatype

This commit is contained in:
1ilit
2024-06-15 04:41:06 +03:00
parent 7953b7fdc0
commit bff10e6fe9
2 changed files with 1 additions and 31 deletions

View File

@@ -51,10 +51,7 @@ export default function ImportSource({
}
limit={1}
/>
<div>
<div className="text-xs mb-3 mt-1 opacity-80">
{t("only_mysql_supported")}
</div>
<div className="mt-2">
<Checkbox
aria-label="overwrite checkbox"
checked={importData.overwrite}