Skip to content

Commit 5f980c6

Browse files
fix: feed groups
1 parent 9060c46 commit 5f980c6

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
@@ -117,6 +117,11 @@ class Editor extends Component {
117117
validationResults: [],
118118
});
119119

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

0 commit comments

Comments
 (0)