Skip to content

Commit c7b1abb

Browse files
fixed
1 parent 542b667 commit c7b1abb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/views/js/import-metabox-edit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@
163163
function handle_validation_response(response) {
164164
if (!response || !response.data || !response.data.results) {
165165
showMessage(
166-
'✗ ' + (response.data.results.message || 'Unknown error'),
166+
'✗ ' + 'Unknown error',
167167
response.status
168168
);
169169
return;

0 commit comments

Comments
 (0)