Skip to content

Commit d39f7a0

Browse files
RaduCristianPopescuCopilot
authored andcommitted
Update includes/views/js/import-metabox-edit.js
Co-authored-by: Copilot <[email protected]>
1 parent 393bbe8 commit d39f7a0

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+
'✗ ' + (response.message || 'Unknown error'),
167167
response.status
168168
);
169169
return;

0 commit comments

Comments
 (0)