#631: Added delete button to file UI
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user