ui: Update dependencies.

This commit is contained in:
Orne Brocaar
2023-12-11 16:14:13 +00:00
parent fb29d7f58d
commit f57aa32f23
3 changed files with 893 additions and 763 deletions

View File

@ -1,7 +1,7 @@
import React, { useState } from "react";
import moment from "moment";
import JSONTreeOriginal from "react-json-tree";
import { JSONTree as JSONTreeOriginal } from "react-json-tree";
import fileDownload from "js-file-download";
import { Tag, Drawer, Button, Table, Spin, Space } from "antd";
@ -81,7 +81,7 @@ function LogTable(props: IProps) {
data={bodyJson}
theme={theme}
hideRoot={true}
shouldExpandNode={() => {
shouldExpandNodeInitially={() => {
return true;
}}
/>