mirror of
https://github.com/Skylar-Tech/node-red-contrib-matrix-chat.git
synced 2025-04-19 12:33:06 -06:00
name should default to null
This commit is contained in:
parent
de3c58044f
commit
27dd4d81a2
@ -7,10 +7,10 @@
|
||||
inputs:1,
|
||||
outputs:2,
|
||||
defaults: {
|
||||
name: {value:""},
|
||||
name: { value: null },
|
||||
server: { value: "", type: "matrix-server-config" },
|
||||
roomId: { value: null },
|
||||
reason: {value:""},
|
||||
reason: { value: "" },
|
||||
},
|
||||
label: function() {
|
||||
return this.name||"Delete Event";
|
||||
|
Loading…
x
Reference in New Issue
Block a user