forked from trent_larson/crowd-funder-for-time-pwa
feat: removed "cannot upload images" notification
- Redundant notification removed - In-section message given "warning message" styling
This commit is contained in:
@@ -1454,7 +1454,6 @@ export default class AccountViewView extends Vue {
|
||||
this.imageLimits = imageResp.data;
|
||||
} else {
|
||||
this.limitsMessage = ACCOUNT_VIEW_CONSTANTS.LIMITS.NO_IMAGE_ACCESS;
|
||||
this.notify.warning(ACCOUNT_VIEW_CONSTANTS.LIMITS.CANNOT_UPLOAD_IMAGES);
|
||||
}
|
||||
|
||||
const endorserResp = await fetchEndorserRateLimits(
|
||||
|
||||
Reference in New Issue
Block a user