[ACS-9388] Print button is now hidden for media files (#4495)

This commit is contained in:
swapnil-verma-gl 2025-04-02 15:56:13 +05:30 committed by GitHub
parent ba75c0b233
commit 9a8a45479e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1070,8 +1070,7 @@
"click": "PRINT_FILE"
},
"rules": {
"visible": "canViewFile",
"enabled": "canPrintFile"
"visible": ["canViewFile", "canPrintFile" ]
}
},
{