Skip to content

Commit

Permalink
test: fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
NasgulNexus committed Aug 12, 2024
1 parent e28fbe0 commit 924a49a
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ export const TIME_RANGE_SELECTOR: Record<string, ObjectSpec> = {
type: 'select',
layout: 'row',
layoutTitle: 'Start of launch',
placeholder: '00:00',
},
},
end: {
Expand All @@ -72,6 +73,7 @@ export const TIME_RANGE_SELECTOR: Record<string, ObjectSpec> = {
type: 'select',
layout: 'row',
layoutTitle: 'End of launch',
placeholder: '01:00',
},
},
},
Expand All @@ -94,6 +96,7 @@ export const TIME_RANGE_SELECTOR: Record<string, ObjectSpec> = {
type: 'select',
layout: 'row',
layoutTitle: 'Start of launch',
placeholder: '00:00',
},
},
end: {
Expand All @@ -103,6 +106,7 @@ export const TIME_RANGE_SELECTOR: Record<string, ObjectSpec> = {
type: 'select',
layout: 'row',
layoutTitle: 'End of launch',
placeholder: '01:00',
},
},
},
Expand All @@ -122,6 +126,7 @@ export const TIME_RANGE_SELECTOR: Record<string, ObjectSpec> = {
type: 'select',
layout: 'row',
layoutTitle: 'Start of launch',
placeholder: '00:00',
},
},
end: {
Expand All @@ -132,6 +137,7 @@ export const TIME_RANGE_SELECTOR: Record<string, ObjectSpec> = {
type: 'select',
layout: 'row',
layoutTitle: 'End of launch',
placeholder: '01:00',
},
},
},
Expand All @@ -151,6 +157,7 @@ export const TIME_RANGE_SELECTOR: Record<string, ObjectSpec> = {
layout: 'row',
layoutTitle: 'Start of launch',
layoutDescription: 'End of launch Description',
placeholder: '00:00',
},
},
end: {
Expand All @@ -161,6 +168,7 @@ export const TIME_RANGE_SELECTOR: Record<string, ObjectSpec> = {
layout: 'row',
layoutTitle: 'End of launch',
layoutDescription: 'End of launch Description',
placeholder: '01:00',
},
},
},
Expand Down

0 comments on commit 924a49a

Please sign in to comment.