Testdata: add basic tank simulation (#47990)

This commit is contained in:
Ryan McKinley
2022-04-20 12:01:09 -07:00
committed by GitHub
parent ce89d7e874
commit 72b5af8d9b
3 changed files with 158 additions and 1 deletions

View File

@ -10,6 +10,7 @@ export const SimulationQueryEditor = ({ onChange, query }: EditorProps) => {
const options = [
{ label: 'Flight', value: 'flight' },
{ label: 'Sine', value: 'sine' },
{ label: 'Tank', value: 'tank' },
];
const onUpdateKey = (key: typeof simQuery.key) => {