Skip to content

Commit 7921ef3

Browse files
committed
feat: fix errors
1 parent fa1b8b8 commit 7921ef3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/frontend/src/components/new-launch/providers/gmb/gmb.provider.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ export default withProvider({
165165
SettingsComponent: GmbSettings,
166166
CustomPreviewComponent: undefined,
167167
dto: GmbSettingsDto,
168-
checkValidity: async (items, settings) => {
168+
checkValidity: async (items, settings: any) => {
169169
// GMB posts can have text only, or text with one image
170170
if (items.length > 0 && items[0].length > 1) {
171171
return 'Google My Business posts can only have one image';

0 commit comments

Comments
 (0)