Skip to content

Commit 6475045

Browse files
fix: feed groups
1 parent a3a8518 commit 6475045

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

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

0 commit comments

Comments
 (0)