Skip to content

Commit

Permalink
🐛 Fix ISCN ID not updated on restful callback
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Jan 13, 2023
1 parent 46a9292 commit b9e3479
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion likecoin/assets/js/sidebar/index.asset.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php return array(
'dependencies' => array( 'react', 'wp-api-fetch', 'wp-data', 'wp-edit-post', 'wp-element', 'wp-i18n', 'wp-plugins', 'wp-wordcount' ),
'version' => 'df8b1aa87dc7e8019232d641e5eaa8d9',
'version' => '59488de657f7dd033126dccb8469e0c8',
);
2 changes: 1 addition & 1 deletion likecoin/assets/js/sidebar/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion likecoin/js/sidebar/src/store/iscn-info-store.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ const controls = {
});
},
POST_ISCN_INFO_DATA(action) {
apiFetch({
return apiFetch({
method: 'POST',
path: saveISCNInfoEndPoint,
data: {
Expand Down

0 comments on commit b9e3479

Please sign in to comment.