We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9060c46 commit 5f980c6Copy full SHA for 5f980c6
js/FeedzyBlock/Editor.js
@@ -117,6 +117,11 @@ class Editor extends Component {
117
validationResults: [],
118
});
119
120
+ if (inArray(url, this.props.attributes.categories)) {
121
+ this.loadFeedData(url);
122
+ return;
123
+ }
124
+
125
try {
126
const formData = new FormData();
127
formData.append('action', 'feedzy_validate_feed');
0 commit comments