mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-22 01:19:13 +01:00
Persist sort priority!
This commit is contained in:
@@ -18,6 +18,7 @@ export interface HttpHeader {
|
||||
|
||||
export interface HttpRequest extends BaseModel {
|
||||
readonly model: 'http_request';
|
||||
sortPriority: number;
|
||||
name: string;
|
||||
url: string;
|
||||
body: string | null;
|
||||
|
||||
Reference in New Issue
Block a user