File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
client/packages/lowcoder/src Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -3132,7 +3132,8 @@ export const en = {
3132
3132
"whatsNewLinkHelp" : "Provide a valid URL that users can visit for your news." ,
3133
3133
"deleteBranding" : "Delete Branding" ,
3134
3134
"deleteBrandingContent" : "Are you sure you want to delete \"{orgName}\" branding?" ,
3135
- "fetchBrandingError" : "Something went wrong while fetching branding details. Please try again."
3135
+ "fetchBrandingError" : "Something went wrong while fetching branding details. Please try again." ,
3136
+ "upload" : "Upload"
3136
3137
} ,
3137
3138
"networkMessage" : {
3138
3139
"200" : "Success" ,
Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ export function BrandingSetting() {
299
299
} catch ( e ) {
300
300
setBrandingConfig ( undefined ) ;
301
301
setDefaultBrandingConfig ( undefined ) ;
302
- message . error ( trans ( "branding.fetchBrandingError" ) ) ;
302
+ // message.error(trans("branding.fetchBrandingError"));
303
303
}
304
304
}
305
305
You can’t perform that action at this time.
0 commit comments