TF-3084 Handle drop image to identity editor for public asset

This commit is contained in:
DatDang
2024-08-15 09:20:45 +07:00
committed by Dat H. Pham
parent 791edb41c2
commit 0cb9ddf350
15 changed files with 422 additions and 183 deletions
@@ -4180,4 +4180,11 @@ class AppLocalizations {
'Mark as spam failed',
name: 'markAsSpamFailed');
}
String get canNotUploadFileToSignature {
return Intl.message(
'Can not upload this file to signature',
name: 'canNotUploadFileToSignature'
);
}
}