Merged in fix/BOOK-755-alert-content (pull request #3523)
fix(BOOK-755, BOOK-787): Fixed issue for phone number and sidepeeks not showing * fix(BOOK-755): Fixed issue for phone number and sidepeeks not showing * fix(BOOK-755): fix issue phonenumber alert * fix(BOOK-755): fix issue phonenumber Approved-by: Matilda Landström
This commit is contained in:
committed by
Bianca Widstam
parent
b3c4761ae5
commit
0cda37808e
@@ -1,6 +1,5 @@
|
||||
import { gql } from "graphql-tag"
|
||||
|
||||
import { Alert } from "../Alert.graphql"
|
||||
import { ImageContainer } from "../ImageContainer.graphql"
|
||||
import { AccountPageLink } from "../PageLink/AccountPageLink.graphql"
|
||||
import { CampaignOverviewPageLink } from "../PageLink/CampaignOverviewPageLink.graphql"
|
||||
@@ -25,7 +24,6 @@ export const Content_ContentPage = gql`
|
||||
node {
|
||||
__typename
|
||||
...SysAsset
|
||||
...Alert
|
||||
...ImageContainer
|
||||
...AccountPageLink
|
||||
...CampaignOverviewPageLink
|
||||
@@ -47,7 +45,6 @@ export const Content_ContentPage = gql`
|
||||
}
|
||||
}
|
||||
${SysAsset}
|
||||
${Alert}
|
||||
${ImageContainer}
|
||||
${AccountPageLink}
|
||||
${CampaignOverviewPageLink}
|
||||
|
||||
Reference in New Issue
Block a user