mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-27 02:05:59 +00:00
prettier
This commit is contained in:
@@ -19,7 +19,7 @@ export default function ChangeDownloadUrlModal({ modalState, url = '', onConfirm
|
||||
// };
|
||||
|
||||
const handleSubmit = React.useCallback(
|
||||
async (values) => {
|
||||
async values => {
|
||||
onConfirm(values.url);
|
||||
modalState.close();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user