Thumbnail upload type #43
2 changed files with 2 additions and 0 deletions
1
dist/bundle.js
vendored
1
dist/bundle.js
vendored
|
@ -5337,6 +5337,7 @@ var SEND_TIP = exports.SEND_TIP = 'send_tip';
|
|||
var PUBLISH = exports.PUBLISH = 'publish';
|
||||
var SEARCH = exports.SEARCH = 'search';
|
||||
var CONFIRM_TRANSACTION = exports.CONFIRM_TRANSACTION = 'confirm_transaction';
|
||||
var CONFIRM_THUMBNAIL_UPLOAD = exports.CONFIRM_THUMBNAIL_UPLOAD = 'confirm_thumbnail_upload';
|
||||
|
||||
/***/ }),
|
||||
/* 35 */
|
||||
|
|
|
@ -22,3 +22,4 @@ export const SEND_TIP = 'send_tip';
|
|||
export const PUBLISH = 'publish';
|
||||
export const SEARCH = 'search';
|
||||
export const CONFIRM_TRANSACTION = 'confirm_transaction';
|
||||
export const CONFIRM_THUMBNAIL_UPLOAD = 'confirm_thumbnail_upload';
|
||||
|
|
Loading…
Add table
Reference in a new issue