Skip to content

Commit f1ebee6

Browse files
authored
Fix defaultWriteSizeLimit with new config node (#49)
1 parent a793821 commit f1ebee6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/nodes/firebase-config.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@
134134

135135
let popover = null;
136136
const msg = "Only available with PrivateKey authentication";
137-
const deployedNode = RED.nodes.node(this.id);
137+
const deployedNode = RED.nodes.node(this.id) || this;
138138
authType.on("change", function () {
139139
if (deployedNode._config && deployedNode._config.authType === "privateKey") {
140140
// Allow the action as long as the runtime-side node is running with a private key

0 commit comments

Comments
 (0)