More specific name

This commit is contained in:
narcolepticinsomniac 2021-07-07 10:07:29 -04:00 committed by GitHub
parent e8e18abe58
commit ab44c60522
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@
if (location.pathname === '/api/oauth/style/new') { if (location.pathname === '/api/oauth/style/new') {
API.styles.find({_isUswLinked: true}).then(style => { API.styles.find({_isUswLinked: true}).then(style => {
style.sourceCode = style.originalValue; style.sourceCode = style.tmpSourceCode;
sendPostMessage({type: 'usw-fill-new-style', data: style}); sendPostMessage({type: 'usw-fill-new-style', data: style});
}); });
} }