App viewer will not be able to export app (#4938)

This commit is contained in:
Pranav Kanade 2021-06-07 11:30:10 +05:30 committed by GitHub
parent d2a74b5ac9
commit 55e6fcfc2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -300,7 +300,7 @@ export function ApplicationCard(props: ApplicationCardProps) {
cypressSelector: "t--fork-app", cypressSelector: "t--fork-app",
}); });
} }
if (!!props.enableImportExport) { if (!!props.enableImportExport && hasEditPermission) {
moreActionItems.push({ moreActionItems.push({
onSelect: exportApplicationAsJSONFile, onSelect: exportApplicationAsJSONFile,
text: "Export", text: "Export",