Skip to content

Commit 9af1b1d

Browse files
fix: update error message for protected data creation failure (#122)
1 parent 64ec68f commit 9af1b1d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/views/myData/addProtectedData.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,10 @@ export default function AddProtectedData() {
340340
</div>
341341
{CreateProtectedDataMutation.isError && (
342342
<Alert variant="error">
343-
<p>Oops, something went wrong while fetching all creators.</p>
343+
<p>
344+
Oops, something went wrong while creating your protected
345+
data.
346+
</p>
344347
<p>{CreateProtectedDataMutation.error.toString()}</p>
345348
</Alert>
346349
)}

0 commit comments

Comments
 (0)