Resolve list arrow movement IO-604
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import React, { useState, useEffect } from "react";
|
||||
import { notification } from "antd";
|
||||
import axios from "axios";
|
||||
import { message, notification } from "antd";
|
||||
import React, { useEffect } from "react";
|
||||
import { useTranslation } from "react-i18next";
|
||||
|
||||
export default function PartnerPingComponent() {
|
||||
@@ -12,6 +12,7 @@ export default function PartnerPingComponent() {
|
||||
try {
|
||||
const PartnerResponse = await axios.post("http://localhost:1337/ping/");
|
||||
const { appver, qbpath } = PartnerResponse.data;
|
||||
console.log({ appver, qbpath });
|
||||
if (!qbpath) {
|
||||
notification["error"]({
|
||||
title: "",
|
||||
|
||||
Reference in New Issue
Block a user