Skip to content

Commit a39d8ac

Browse files
fix: feed groups
1 parent a184433 commit a39d8ac

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

js/FeedzyBlock/Editor.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,11 @@ class Editor extends Component {
116116
validationResults: [],
117117
});
118118

119+
if (inArray(url, this.props.attributes.categories)) {
120+
this.loadFeedData(url);
121+
return;
122+
}
123+
119124
try {
120125
const formData = new FormData();
121126
formData.append('action', 'feedzy_validate_feed');

0 commit comments

Comments
 (0)