Compare commits

...

2 Commits

Author SHA1 Message Date
Pramod Mahajan
bba4315a8e clear button class changed primary to secondary in manage employee form 2025-07-09 16:28:14 +05:30
Pramod Mahajan
2d33eede45 changed class to clasName 2025-07-09 16:26:40 +05:30
2 changed files with 3 additions and 3 deletions

View File

@ -609,7 +609,7 @@ const { mutate: updateEmployee, isPending } = useUpdateEmployee();
<button <button
aria-label="manage employee" aria-label="manage employee"
type="reset" type="reset"
className="btn btn-sm btn-primary ms-2" className="btn btn-sm btn-secondary ms-2"
disabled={isPending} disabled={isPending}
> >
Clear Clear

View File

@ -141,10 +141,10 @@ const ProjectListView = ({ projectData, recall }) => {
> >
{loading ? ( {loading ? (
<div <div
class="spinner-border spinner-border-sm text-secondary" className="spinner-border spinner-border-sm text-secondary"
role="status" role="status"
> >
<span class="visually-hidden">Loading...</span> <span className="visually-hidden">Loading...</span>
</div> </div>
) : ( ) : (
<i <i