Skip to content

Commit

Permalink
fix errors for images in media and list templates
Browse files Browse the repository at this point in the history
  • Loading branch information
pedily committed Oct 30, 2019
1 parent e76abf2 commit 0dc1583
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import { getFlexImage } from '../../FlexImage';
import { IWebchatConfig } from '@cognigy/webchat-client/lib/interfaces/webchat-config';
import { getMessengerListButton } from '../../MessengerListButton';
import { getButtonLabel } from '../../MessengerButton/lib/messengerButtonHelpers';
import { getBackgroundImage } from '../../../lib/css';

interface IMessengerListTemplateHeaderElementProps extends IWithFBMActionEventHandler {
element: IFBMListTemplateElement;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import { IWithFBMActionEventHandler } from '../../MessengerPreview.interface';
import { MessagePluginFactoryProps } from '../../../../../common/interfaces/message-plugin';
import { IWebchatConfig } from '@cognigy/webchat-client/lib/interfaces/webchat-config';
import { getFlexImage } from '../FlexImage';
import { getBackgroundImage } from '../../lib/css';

interface IProps extends IWithFBMActionEventHandler {
payload: IFBMMediaTemplatePayload;
Expand Down

0 comments on commit 0dc1583

Please sign in to comment.