Skip to content

Commit

Permalink
fix: test PR
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtemBorzienkov committed Nov 16, 2023
1 parent befe4be commit 6fb4dd7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/interactions/message-center.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
import browserEvent from '../browser-event';
import browserEvents from '../constants/browser-events';
import internalEvents from '../constants/events';

import ApptentiveInteraction from './interaction-base';
import type ApptentiveBase from '../base';
import { IMessageCenterConfiguration } from '../interfaces/interactions/IMessageCenterConfiguration';
Expand Down Expand Up @@ -199,7 +198,6 @@ export default class ApptentiveMessageCenter extends ApptentiveInteraction<IMess
.value.trim();

this.container.querySelector<HTMLButtonElement>(messageCenterSelectors.submitButton)!.disabled = true;

this.sdk.createMessage({
body: message,
success: this.submitted,
Expand Down

0 comments on commit 6fb4dd7

Please sign in to comment.