Skip to content

Commit

Permalink
show static error message
Browse files Browse the repository at this point in the history
  • Loading branch information
leiyre committed Nov 7, 2024
1 parent de9ef07 commit 5a39fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion argilla-frontend/pages/useNewDatasetViewModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const useNewDatasetViewModel = () => {
repositoryId
);
} catch (e) {
error({ statusCode: 404, message: e.response });
error({ statusCode: 404, message: "Cannot fetch the dataset" });
}
};

Expand Down

0 comments on commit 5a39fcc

Please sign in to comment.