Skip to content

Commit

Permalink
fix(frontend): Disabled loading indicator when getting featuers so sc…
Browse files Browse the repository at this point in the history
…reen doesn't flicker (#2598)
  • Loading branch information
AphonicChaos authored Aug 17, 2023
1 parent f42162e commit 830e899
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion frontend/common/stores/feature-list-store.js
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,6 @@ const controller = {
},
getFeatures: (projectId, environmentId, force, page, filter, pageSize) => {
if (!store.model || store.envId !== environmentId || force) {
store.loading()
store.envId = environmentId
store.projectId = projectId
store.environmentId = environmentId
Expand Down

3 comments on commit 830e899

@vercel
Copy link

@vercel vercel bot commented on 830e899 Aug 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 830e899 Aug 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 830e899 Aug 17, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

docs – ./docs

docs-git-main-flagsmith.vercel.app
docs.flagsmith.com
docs-flagsmith.vercel.app
docs.bullet-train.io

Please sign in to comment.