update defaults

This commit is contained in:
HaveAGitGat 2021-12-28 21:32:45 +00:00
parent db22ca561e
commit 8dbd3484df

View file

@ -18,7 +18,7 @@ const details = () => ({
{ {
name: 'sdCRF', name: 'sdCRF',
type: 'string', type: 'string',
defaultValue: '19', defaultValue: '20',
inputUI: { inputUI: {
type: 'text', type: 'text',
}, },
@ -31,7 +31,7 @@ const details = () => ({
{ {
name: 'hdCRF', name: 'hdCRF',
type: 'string', type: 'string',
defaultValue: '21', defaultValue: '22',
inputUI: { inputUI: {
type: 'text', type: 'text',
}, },
@ -44,7 +44,7 @@ const details = () => ({
{ {
name: 'fullhdCRF', name: 'fullhdCRF',
type: 'string', type: 'string',
defaultValue: '23', defaultValue: '24',
inputUI: { inputUI: {
type: 'text', type: 'text',
}, },
@ -57,7 +57,7 @@ const details = () => ({
{ {
name: 'uhdCRF', name: 'uhdCRF',
type: 'string', type: 'string',
defaultValue: '26', defaultValue: '28',
inputUI: { inputUI: {
type: 'text', type: 'text',
}, },