working tabs👷♂️
This commit is contained in:
@@ -94,7 +94,7 @@ const Exit = ({ isOpen, onClose }) => {
|
||||
const res = await getDistributionInvestment({ id, data });
|
||||
console.log(res?.data?.data);
|
||||
|
||||
if (res?.error?.status === 401) {
|
||||
if (res?.error?.status === 401) {
|
||||
// toast({
|
||||
// render: () => (
|
||||
// <ToastBox message={res?.error?.data?.message} status={"error"} />
|
||||
|
||||
@@ -55,7 +55,7 @@ const UpdateIONav = ({ isOpen, onClose }) => {
|
||||
|
||||
const [createIoNav] = useCreateIoNavMutation()
|
||||
|
||||
|
||||
|
||||
const onSubmit = async (data) => {
|
||||
setIsLoading(true);
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user