fix: update error
This commit is contained in:
parent
a241604bb4
commit
ccc1fb3336
|
|
@ -14,7 +14,7 @@ export default function PerformanceSatkerViz() {
|
||||||
const provState = Cookies.get("state-prov");
|
const provState = Cookies.get("state-prov");
|
||||||
|
|
||||||
const [ticket1, setTicket1] = useState("");
|
const [ticket1, setTicket1] = useState("");
|
||||||
const [isInternationawl, setIsInternational] = useState([false, false, false]);
|
const [isInternational, setIsInternational] = useState([false, false, false]);
|
||||||
|
|
||||||
const baseUrl = "https://db-mediahub.polri.go.id/";
|
const baseUrl = "https://db-mediahub.polri.go.id/";
|
||||||
const url = "https://db-mediahub.polri.go.id/trusted/";
|
const url = "https://db-mediahub.polri.go.id/trusted/";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue