We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38e8c92 commit c59018eCopy full SHA for c59018e
src/Formio.js
@@ -60,7 +60,7 @@ export default class Formio {
60
if (options.hasOwnProperty('base')) {
61
this.base = options.base;
62
}
63
- else if (Formio.baseUrl) {
+ else if (!isNil(Formio.baseUrl)) {
64
this.base = Formio.baseUrl;
65
66
else {
0 commit comments