Fix theme select not working
Turns out our custom select doesn't work when option's values are objects, this fixes that.
It's a bit dirty tho, might need a better fix for select itself but right now i don't know how. vue-select
doesn't even use <select>
so it seems.
also fixed mergedConfig not working properly on first boot
Edited by HJ