more buxfix

This commit is contained in:
Daniel
2022-04-27 16:49:47 +04:30
parent c85f5a3324
commit 2511082f14
3 changed files with 18 additions and 13 deletions
+2
View File
@@ -52,6 +52,8 @@ const AddModal = ({onExit}) => {
});
onExit();
} else if(name != '' && link != '' && tag != '') {
alert('Please make sure the link is valid.\n\n(i.e. starts with "http"/"https")');
}
else {