perf: outlink default value (#3134)
This commit is contained in:
@@ -48,12 +48,10 @@ const OutLinkSchema = new Schema({
|
||||
default: false
|
||||
},
|
||||
showNodeStatus: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
type: Boolean
|
||||
},
|
||||
showRawSource: {
|
||||
type: Boolean,
|
||||
default: false
|
||||
type: Boolean
|
||||
},
|
||||
limit: {
|
||||
maxUsagePoints: {
|
||||
|
||||
Reference in New Issue
Block a user