Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vasilev-alex committed Apr 30, 2021
1 parent cace006 commit faac262
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Button, Form, Input, Space } from 'antd';
import { Button, Form, Input } from 'antd';
import { useEffect } from 'react';

import Base64Upload from './Base64Upload';
Expand All @@ -10,7 +10,6 @@ export default function DatabaseForm({
disabled = false,
hostname = '',
onSubmit,
onCancel,
}) {
const [form] = Form.useForm();

Expand Down

0 comments on commit faac262

Please sign in to comment.