diff options
author | brynnchernosky <56202540+brynnchernosky@users.noreply.github.com> | 2023-05-01 19:53:29 -0400 |
---|---|---|
committer | brynnchernosky <56202540+brynnchernosky@users.noreply.github.com> | 2023-05-01 19:53:29 -0400 |
commit | c4239e9bb5fb6389e3ceac281af8c8c683019a0c (patch) | |
tree | e4cf4de22b2872427eab0fe34ec9508d287d601e /src/client/views/nodes/PhysicsBox/PhysicsSimulationInputField.tsx | |
parent | 2845498ef0aa41b7a21866062b3d6583d760879e (diff) |
debugging
Diffstat (limited to 'src/client/views/nodes/PhysicsBox/PhysicsSimulationInputField.tsx')
-rw-r--r-- | src/client/views/nodes/PhysicsBox/PhysicsSimulationInputField.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/PhysicsBox/PhysicsSimulationInputField.tsx b/src/client/views/nodes/PhysicsBox/PhysicsSimulationInputField.tsx index f3491fbd6..1125e6020 100644 --- a/src/client/views/nodes/PhysicsBox/PhysicsSimulationInputField.tsx +++ b/src/client/views/nodes/PhysicsBox/PhysicsSimulationInputField.tsx @@ -29,7 +29,7 @@ interface IState { margin: string; } -export default class InputField extends React.Component<IInputProps, , IState> { +export default class InputField extends React.Component<IInputProps, IState> { constructor(props: any) { super(props) this.state = { |