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