We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa1b8b8 commit 7921ef3Copy full SHA for 7921ef3
apps/frontend/src/components/new-launch/providers/gmb/gmb.provider.tsx
@@ -165,7 +165,7 @@ export default withProvider({
165
SettingsComponent: GmbSettings,
166
CustomPreviewComponent: undefined,
167
dto: GmbSettingsDto,
168
- checkValidity: async (items, settings) => {
+ checkValidity: async (items, settings: any) => {
169
// GMB posts can have text only, or text with one image
170
if (items.length > 0 && items[0].length > 1) {
171
return 'Google My Business posts can only have one image';
0 commit comments