We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fb37ee commit 626894bCopy full SHA for 626894b
web-server/plugins/slycat-video-swarm/js/vs-wizard.js
@@ -454,7 +454,7 @@ component.reauth = function() {
454
$(".remote-browser-continue").toggleClass("disabled", false);
455
456
// note that table has been uploaded
457
- remote_table_uploaded = true;
+ remote_table_uploaded = false;
458
459
// update movie links part of model, go to tab 5
460
upload_media_columns(5);
@@ -1033,6 +1033,11 @@ component.reauth = function() {
1033
target = target - 4;
1034
}
1035
1036
+ // Reset the media columns so user can select a new file
1037
+ if (component.tab() === 5) {
1038
+ component.vs_media_columns = ko.observableArray([]);
1039
+ }
1040
+
1041
target--;
1042
component.tab(target);
1043
};
0 commit comments