feat: fix errors

This commit is contained in:
Nevo David 2025-11-27 21:18:31 +07:00
parent fa1b8b83fe
commit 7921ef3d81
1 changed files with 1 additions and 1 deletions

View File

@ -165,7 +165,7 @@ export default withProvider({
SettingsComponent: GmbSettings,
CustomPreviewComponent: undefined,
dto: GmbSettingsDto,
checkValidity: async (items, settings) => {
checkValidity: async (items, settings: any) => {
// GMB posts can have text only, or text with one image
if (items.length > 0 && items[0].length > 1) {
return 'Google My Business posts can only have one image';