Skip to content

Commit

Permalink
cas
Browse files Browse the repository at this point in the history
  • Loading branch information
sshresthadh committed Feb 6, 2024
1 parent c75d68f commit 1883fa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion all_in_docker/client/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ function App() {
setWage(event.target.value);
}}
/>
<button onClick={addEmployee}>Add Employee</button>
<button onClick={addEmployee}>Addition Employee</button>
</div>
<div className="employees">
<button onClick={getEmployees}>Show Employees</button>
Expand Down

0 comments on commit 1883fa4

Please sign in to comment.