Skip to content

Commit

Permalink
implementation of update rolePermission
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalex authored and Kalex committed Oct 31, 2023
1 parent d15e4e3 commit 232b7a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/pages/TraineApplicant/Trainee.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ const AddTrainee = (props: any) => {
useEffect(() => {
dispatch(fetchtraine(input));
}, [delettraine, softdeletettraine, page, itemsPerPage, itemsPerPage]);

const [moredrop, setmoredrop] = useState("");
const onSubmitHandler = (userid: any) => {
if (!moredrop) setmoredrop(userid);
Expand Down
1 change: 0 additions & 1 deletion src/routes/routes.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import UpdateTraine from './../pages/updateTrainee/traineUpdate';
import CreateScoreType from './../pages/FilterTeainee/createScoreType';
import ScoreTypesActions from './../pages/FilterTeainee/ScoreTypesActions';
import ImportTraineeDetailsFromGoogleSheet from './../pages/importAndSaveManyTraineesFromGoogleSheet/importAndSaveManyTraineesFromGoogleSheet';

const Counter = React.lazy(() => import('./../components/Counter/Counter'));
import Trash from './../pages/Trash/Trash';
import ApplicationCycle from './../pages/ApplicationCycle/ApplicationCycle';
Expand Down

0 comments on commit 232b7a2

Please sign in to comment.