#631: Added delete button to file UI

This commit is contained in:
frikky
2021-12-30 16:46:38 +01:00
parent a33089b7fc
commit 63c5c34f03
4 changed files with 108 additions and 56 deletions
+3
View File
@@ -3501,6 +3501,9 @@ const AppCreator = (props) => {
}
}
// Found that dashes in the URL doesn't work
parsedurl = parsedurl.replace("-", "_")
if (event.target.value !== parsedurl) {
setUrlPath(parsedurl);
setActionField("url", parsedurl);