Resolve list arrow movement IO-604

This commit is contained in:
Patrick Fic
2021-02-23 11:13:14 -08:00
parent 059b328354
commit a27390e2d3
4 changed files with 27 additions and 33 deletions

View File

@@ -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: "",