From 1e114c41d2a624da295e56a161b8867103c413e0 Mon Sep 17 00:00:00 2001 From: Kilian Date: Thu, 18 Apr 2024 16:53:54 +0800 Subject: [PATCH 1/2] fix: empty content image url --- src/components/chart/empty_content/empty_content.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/chart/empty_content/empty_content.tsx b/src/components/chart/empty_content/empty_content.tsx index f46c209..4cbb2fe 100644 --- a/src/components/chart/empty_content/empty_content.tsx +++ b/src/components/chart/empty_content/empty_content.tsx @@ -20,7 +20,7 @@ export function defaultEmptyContent(props: EmptyContentProps) { > empty-image Date: Thu, 18 Apr 2024 16:59:10 +0800 Subject: [PATCH 2/2] fix: update version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c44d1b9..54881b8 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.1.17", + "version": "0.1.18", "description": "a apitable widget", "engines": { "node": ">=8.x"