Skip to content

Commit

Permalink
Renamed 'Train Model' button to 'Create Model' (#1107)
Browse files Browse the repository at this point in the history
  • Loading branch information
alantao912 authored Jan 22, 2024
1 parent 54ea587 commit a231b24
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ const CustomGridToolBar = () => {
endIcon={<KeyboardArrowDown></KeyboardArrowDown>}
onClick={(e) => setAnchorEl(e.currentTarget)}
>
Train Model
Create Model
</Button>
<NewTrainSpaceMenu anchorEl={anchorEl} setAnchorEl={setAnchorEl} />
<GridToolbarFilterButton />
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/pages/dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ const BlankGrid = () => {
id="blank-grid-button"
onClick={() => router.push({ pathname: "/train" })}
>
Train Model
Create Model
</button>
</div>
</div>
Expand Down

0 comments on commit a231b24

Please sign in to comment.