Skip to content

Commit

Permalink
Merge commit '16f3f1d6aab5425edd17fcbd6b9ea2a1b5e7aac3'
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Panico committed Nov 21, 2023
1 parent a203a0e commit a4ebadc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ COPY . .

## Build the angular app in production mode and store the artifacts in dist folder

RUN npm run ng build --configuration="prod" --output-path=dist --base-href="./" --output-hashing=none --build-optimizer=true --vendor-chunk
RUN npm run ng build --configuration="prod" --output-path=dist --base-href="/cds/" --output-hashing=none --build-optimizer=true --vendor-chunk


### STAGE 2: Setup ###
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -492,6 +492,7 @@ export class CDSDetailBotDetailComponent extends BotsBaseComponent implements On
this.logger.log('[CDS-CHATBOT-DTLS] BOT PROFILE IMAGE (FAQ-COMP) deleteBotProfileImage')
this.uploadService.delete(this.user.uid, this.selectedChatbot.url).then((result)=>{
this.botProfileImageExist = false;
this.selectedChatbot.url = null

const delete_bot_image_btn = <HTMLElement>document.querySelector('#cds-delete-bot-img-btn');
delete_bot_image_btn.blur();
Expand Down

0 comments on commit a4ebadc

Please sign in to comment.