File tree 1 file changed +3
-3
lines changed
desktop/core/src/desktop/js/apps/admin/Overview
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -99,12 +99,12 @@ const Examples = (): JSX.Element => {
99
99
} else {
100
100
await installExamplesCall ( url , { app_name : actualAppName } ) ;
101
101
}
102
- const message = `${ exampleApp . name } ${ t ( 'examples installed successfully' ) } ` ;
102
+ const message = `${ actualAppName } ${ t ( 'examples installed successfully' ) } ` ;
103
103
huePubSub . publish ( 'hue.global.info' , { message } ) ;
104
104
} catch ( error ) {
105
105
const errorMessage = error . message
106
- ? `${ t ( 'An error occurred while installing' ) } ${ exampleApp . name } : ${ error . message } `
107
- : `${ t ( 'An error occurred while installing' ) } ${ exampleApp . name } .` ;
106
+ ? `${ t ( 'An error occurred while installing' ) } ${ actualAppName } : ${ error . message } `
107
+ : `${ t ( 'An error occurred while installing' ) } ${ actualAppName } .` ;
108
108
huePubSub . publish ( 'hue.global.error' , { message : errorMessage } ) ;
109
109
} finally {
110
110
setInstallingAppId ( '' ) ;
You can’t perform that action at this time.
0 commit comments