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:
Joffrey JAFFEUX 2020-02-19 09:04:57 +01:00 committed by GitHub
parent 32b3f55ef6
commit 30e2867547
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -246,6 +246,7 @@ export default Mixin.create({
.uniq()
.join("|")
);
return false;
}
}
});