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 a3a8518 commit 6475045Copy full SHA for 6475045
js/FeedzyBlock/Editor.js
@@ -118,6 +118,11 @@ class Editor extends Component {
118
validationResults: [],
119
});
120
121
+ if (inArray(url, this.props.attributes.categories)) {
122
+ this.loadFeedData(url);
123
+ return;
124
+ }
125
+
126
try {
127
const formData = new FormData();
128
formData.append('action', 'feedzy_validate_feed');
0 commit comments