Skip to content

Commit

Permalink
🚩 Remove feature flags (#1324)
Browse files Browse the repository at this point in the history
  • Loading branch information
padms committed Feb 17, 2023
1 parent 51852f5 commit 964a8d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions studio/src/lib/structure/items/AssetLibrary.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ const assetLibraryItems = [
.title('Video Assets')
.icon(() => EdsIcon(play_circle_outlined))
.child(S.documentTypeList('videoFile').id('videoFiles').title('Video Files')),
Flags.IS_DEV && S.divider(),
Flags.IS_DEV && UnusedAssetFilters(),
S.divider(),
UnusedAssetFilters(),
].filter((e) => e)

export const AssetLibrary = S.listItem()
Expand Down

0 comments on commit 964a8d4

Please sign in to comment.