Restrict access to delete attachment

I have added css in app. It will disable attachment remove option for all user.

.attachment-row>.close {
	display: none!important;
}
1 Like