Added copying to more JSON fields

This commit is contained in:
frikky
2021-11-22 04:01:06 +01:00
parent 857a3a405d
commit 3152f19ae5
5 changed files with 72 additions and 448 deletions
+18
View File
@@ -726,6 +726,23 @@ const Apps = (props) => {
</Link>
) : null;
//var editNewButton = editButton === null ?
var editNewButton = null
/*
<Link to={editUrl} style={{ textDecoration: "none" }}>
<Tooltip title={"Add your version"}>
<Button
variant="contained"
component="label"
color="primary"
style={{ marginTop: 10, marginRight: 10 }}
>
<EditIcon />
</Button>
</Tooltip>
</Link>
*/
const activateButton =
selectedApp.generated && !selectedApp.activated ? (
<div>
@@ -972,6 +989,7 @@ const Apps = (props) => {
!selectedApp.generated ? (
<div>
{editButton}
{editNewButton}
{downloadButton}
{deleteButton}
</div>