CI: add TS indentation check via esLint (#24810)
This commit is contained in:
@@ -51,7 +51,7 @@ const InputsPanel = ({ onRun }: Props) => {
|
||||
if (startVariables) {
|
||||
startVariables.forEach((variable) => {
|
||||
if (variable.default)
|
||||
initialInputs[variable.variable] = variable.default
|
||||
initialInputs[variable.variable] = variable.default
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user