Apply suggestions from code review

Co-authored-by: Jamie Klassen <jamie.klassen@broadcom.com>
Signed-off-by: Carlos Esteban Lopez Jaramillo <luchillo17@gmail.com>
This commit is contained in:
Carlos Esteban Lopez Jaramillo
2024-01-04 15:33:19 -05:00
committed by Carlos Esteban Lopez
parent 7133da27dc
commit d98604b667
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ export interface Config {
* Enable `PodExecTerminal` UI feature
* @visibility frontend
*/
enable?: boolean;
enabled?: boolean;
};
};
}