Skip to content

Commit e3d8862

Browse files
chore: remove ref to classic projects (#476)
fixes #475
1 parent ceb91ee commit e3d8862

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/views/QueryEditorProjects.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const QueryEditorProjects = (props: Props) => {
5757
<>
5858
<QueryEditorRow>
5959
<InlineLabel
60-
tooltip="The owner of the GitHub project. Does not support classic projects."
60+
tooltip="The owner of the GitHub project."
6161
width={LeftColumnWidth * 2}
6262
>
6363
Project Owner
@@ -116,7 +116,7 @@ const QueryEditorProjects = (props: Props) => {
116116

117117
<QueryEditorRow>
118118
<InlineLabel
119-
tooltip="The project number for the GitHub project (example: 123). Does not support classic projects."
119+
tooltip="The project number for the GitHub project (example: 123)."
120120
width={LeftColumnWidth * 2}
121121
>
122122
Project Number

0 commit comments

Comments
 (0)