App viewer will not be able to export app (#4938)
This commit is contained in:
parent
d2a74b5ac9
commit
55e6fcfc2f
|
|
@ -300,7 +300,7 @@ export function ApplicationCard(props: ApplicationCardProps) {
|
|||
cypressSelector: "t--fork-app",
|
||||
});
|
||||
}
|
||||
if (!!props.enableImportExport) {
|
||||
if (!!props.enableImportExport && hasEditPermission) {
|
||||
moreActionItems.push({
|
||||
onSelect: exportApplicationAsJSONFile,
|
||||
text: "Export",
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user