Skip to content

Commit 5bad88d

Browse files
fix: DEV-3222: Project list card requests were using wrong FF (#2844)
* fix: DEV-3222: Project list card requests were using wrong FF * Build frontend Co-authored-by: robot-ci-heartex <[email protected]>
1 parent 9631d42 commit 5bad88d

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ node_modules
33
*.pyc
44
*.ipynb
55
__pycache__
6+
.local/
67

78
# docs
89
__generated__

label_studio/frontend/dist/react-app/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

label_studio/frontend/dist/react-app/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

label_studio/frontend/src/pages/Projects/Projects.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const ProjectsPage = () => {
4141

4242
const requestParams = { page, page_size: pageSize };
4343

44-
if (isFF(2575)) {
44+
if (isFF(FF_DEV_2575)) {
4545
requestParams.include = [
4646
'id',
4747
'title',

0 commit comments

Comments
 (0)