summaryrefslogtreecommitdiff
path: root/app/client/modules
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2019-01-18 12:36:29 +0100
committerJules Laplace <julescarbon@gmail.com>2019-01-18 12:36:29 +0100
commit3c0213ded4cec8e627a08f85a8d5e8633c20ba72 (patch)
tree543bb2d619aae136509e536ccae7dc2b325a867f /app/client/modules
parenta70aca4978eb74d908b2beb7db8341c4d843abf0 (diff)
deploy bundle
Diffstat (limited to 'app/client/modules')
-rw-r--r--app/client/modules/pix2pixhd/views/pix2pixhd.uprez.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/client/modules/pix2pixhd/views/pix2pixhd.uprez.js b/app/client/modules/pix2pixhd/views/pix2pixhd.uprez.js
index 359b927..982a1fc 100644
--- a/app/client/modules/pix2pixhd/views/pix2pixhd.uprez.js
+++ b/app/client/modules/pix2pixhd/views/pix2pixhd.uprez.js
@@ -96,7 +96,7 @@ class Pix2pixHDUprez extends Component {
this.props.remote.uprez_task({
is_result: true,
dataset: file.name,
- folder_id: this.props.pix2pixhd.data.resultsFolder.id,
+ folder_id: 1,
...opt
})
}