Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion client/src/components/DataBrowser.js
Original file line number Diff line number Diff line change
Expand Up @@ -1118,4 +1118,4 @@ DataBrowser.propTypes = {
onDatasetSelect: PropTypes.func,
};

export default DataBrowser;
export default DataBrowser;
6 changes: 3 additions & 3 deletions client/src/components/DataUpload.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ const DataUpload = ({ onUploadSuccess, onUploadError }) => {
htmlFor="category"
className="block text-sm font-medium text-gray-700 mb-1"
>
Category
Category *
</label>
<select
id="category"
Expand All @@ -317,7 +317,7 @@ const DataUpload = ({ onUploadSuccess, onUploadError }) => {
htmlFor="description"
className="block text-sm font-medium text-gray-700 mb-1"
>
Description
Description *
</label>
<textarea
id="description"
Expand All @@ -335,7 +335,7 @@ const DataUpload = ({ onUploadSuccess, onUploadError }) => {
htmlFor="price"
className="block text-sm font-medium text-gray-700 mb-1"
>
Price (ETH)
Price (ETH) *
</label>
<input
id="price"
Expand Down
Loading