Pair checkboxes and fix twig indent

This commit is contained in:
Gregory Schier
2023-03-20 00:03:33 -07:00
parent 31e09aba4b
commit d57dfbf225
23 changed files with 286 additions and 115 deletions

View File

@@ -14,6 +14,7 @@ export interface Workspace extends BaseModel {
export interface HttpHeader {
name: string;
value: string;
enabled?: boolean;
}
export interface HttpRequest extends BaseModel {