mirror of
https://github.com/discourse/discourse.git
synced 2025-04-14 05:40:49 +08:00
FIX: prevents setting default values on setting component to reload page
This would happen when clicking on "add all themes" for example.
This commit is contained in:
parent
32b3f55ef6
commit
30e2867547
@ -246,6 +246,7 @@ export default Mixin.create({
|
||||
.uniq()
|
||||
.join("|")
|
||||
);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user