Skip to content

Commit

Permalink
fix: label is system flag (#435)
Browse files Browse the repository at this point in the history
  • Loading branch information
yevheniyJ authored Oct 14, 2024
1 parent 36a9c83 commit 1defa49
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/labels/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ export namespace LabelsModel {
export interface Label {
id: number;
title: string;
isSystem?: boolean;
}

export interface AddLabelRequest {
Expand Down

0 comments on commit 1defa49

Please sign in to comment.