Skip to content

Commit

Permalink
[FT] - Add new types to the dropdown
Browse files Browse the repository at this point in the history
  • Loading branch information
NishalJohn committed Nov 15, 2023
1 parent a1c8d11 commit bc68493
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/pages/AssetLibrary/MarketplaceAssetLibraryModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ export const MarketplaceAssetLibraryModal = ({ onAddResource }) => {
const { CheckableTag } = Tag;

const tagsData = ["Architecture",
"System",
"Sci-Fi",
"Sci-Fi",
"Realistic",
"Low-Poly",
Expand Down Expand Up @@ -229,6 +231,7 @@ export const MarketplaceAssetLibraryModal = ({ onAddResource }) => {
<Option value="Shaders">Shaders</Option>
<Option value="VFX">VFX</Option>
<Option value="Audio">Audio</Option>
<Option value="System">System</Option>
</Select>
</Form.Item>

Expand Down

0 comments on commit bc68493

Please sign in to comment.