mirror of
https://github.com/Kenshin/simpread.git
synced 2026-02-01 15:41:29 +00:00
Fix insert site include target.
This commit is contained in:
parent
10dd03dc55
commit
ef46edf55f
@ -310,6 +310,7 @@ export default class Import extends React.Component {
|
||||
update.uid = cur_user.uid;
|
||||
update.id = update.id.replace( /^new::/, "" );
|
||||
update.site = temp;
|
||||
delete update.site.target;
|
||||
this.insert( method, update );
|
||||
}
|
||||
if ( $.isEmptyObject( cur_user ) ) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user