Skip to content

Commit df9c0ed

Browse files
author
OpenShift Bot
committed
bump(github.com/openshift/origin-web-console): fdd786b139287f4779b1baa78e4deb2f130e8ce9
1 parent c63fbc6 commit df9c0ed

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

pkg/assets/bindata.go

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11592,7 +11592,11 @@ return {
1159211592
restrict:"A",
1159311593
scope:!1,
1159411594
link:function(c) {
11595-
c.selectedTab = c.selectedTab || {}, a.tab && (c.selectedTab[a.tab] = !0), c.$watch("selectedTab", function() {
11595+
c.selectedTab = c.selectedTab || {}, c.$watch(function() {
11596+
return a.tab;
11597+
}, function(a) {
11598+
a && (c.selectedTab[a] = !0);
11599+
}), c.$watch("selectedTab", function() {
1159611600
var a = _.keys(_.pick(c.selectedTab, function(a) {
1159711601
return a;
1159811602
}));

0 commit comments

Comments
 (0)