mirror of
https://github.com/fluent/fluentd-ui.git
synced 2025-08-24 16:01:09 +02:00
js: Use ==
but ===
for comparison
This commit is contained in:
parent
ac778ea69a
commit
88aec6f538
@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
computed: {
|
computed: {
|
||||||
useTextArea: function() {
|
useTextArea: function() {
|
||||||
return this.format == "multiline";
|
return this.format === "multiline";
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user