mirror of
https://github.com/filecoin-project/slate.git
synced 2024-11-23 14:07:20 +03:00
feat(Upload/Jumper): reset link input when clicking save
This commit is contained in:
parent
bc6676edbc
commit
4b881428c1
@ -70,6 +70,7 @@ export function UploadJumper() {
|
||||
return;
|
||||
}
|
||||
uploadLink({ url: state.url, slate: state.slate });
|
||||
setState({ url: "", urlError: false });
|
||||
};
|
||||
|
||||
const handleChange = (e) => {
|
||||
|
Loading…
Reference in New Issue
Block a user