Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
NickJ202 authored Feb 13, 2025
1 parent 9324c51 commit 2cde4d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/Upload/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ export default function Upload() {
const asset: any = {
name: assetName,
description: assetDescription,
topics: [...uploadReducer.data.topics, 'permabrawl-test'],
topics: [...uploadReducer.data.topics, 'permabrawl'],
creator: arProvider.profile.id,
data: buffer,
contentType: contentType,
Expand Down

0 comments on commit 2cde4d3

Please sign in to comment.