Skip to content

Commit 92528fb

Browse files
Update includes/views/js/import-metabox-edit.js
Co-authored-by: Copilot <[email protected]>
1 parent 6bf5e50 commit 92528fb

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
@@ -147,7 +147,7 @@
147147
*/
148148
function handle_validation_response(response) {
149149
if ( ! response || ! response.data || ! response.data.results ) {
150-
showMessage('✗ ' + (response.data.results.message || 'Unknown error'), response.status);
150+
showMessage('✗ ' + (response.message || 'Unknown error'), response.status);
151151
return;
152152
}
153153

0 commit comments

Comments
 (0)