Skip to content

Commit

Permalink
fix: label is system flag
Browse files Browse the repository at this point in the history
  • Loading branch information
yevheniyJ committed Oct 14, 2024
1 parent 36a9c83 commit b3bc70d
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 b3bc70d

Please sign in to comment.