fix: git private key alt paste mode

This commit is contained in:
Nick
2019-07-14 18:55:12 -04:00
parent c88a9fc703
commit fd8d358b63
8 changed files with 101 additions and 20 deletions

View File

@@ -31,6 +31,7 @@ module.exports = {
title: value.title || _.startCase(key),
hint: value.hint || false,
enum: value.enum || false,
multiline: value.multiline || false,
order: value.order || 100
})
return result