Adding activetab to 0
This commit is contained in:
parent
f0d21b14a2
commit
cb9d263730
@ -16,7 +16,7 @@ import {
|
|||||||
} from "../../hooks/usePurchase";
|
} from "../../hooks/usePurchase";
|
||||||
const ManagePurchase = ({ onClose, purchaseId }) => {
|
const ManagePurchase = ({ onClose, purchaseId }) => {
|
||||||
const { data } = usePurchase(purchaseId);
|
const { data } = usePurchase(purchaseId);
|
||||||
const [activeTab, setActiveTab] = useState(2);
|
const [activeTab, setActiveTab] = useState(0);
|
||||||
const [completedTabs, setCompletedTabs] = useState([]);
|
const [completedTabs, setCompletedTabs] = useState([]);
|
||||||
|
|
||||||
const stepsConfig = [
|
const stepsConfig = [
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user