#44: Added error check when deleting an app

This commit is contained in:
frikky
2020-06-04 06:20:16 +02:00
parent 31853a51ba
commit 1b11ba15d3
6 changed files with 122 additions and 15 deletions
+1 -1
View File
@@ -319,7 +319,7 @@ const Workflows = (props) => {
// dropdown with copy etc I guess
const WorkflowPaper = (props) => {
const { data } = props;
const { data } = props;
const [open, setOpen] = React.useState(false);
const [anchorEl, setAnchorEl] = React.useState(null);