From 62220cd045bc04bc1e98895ac14c9c298253ab74 Mon Sep 17 00:00:00 2001 From: Plumbiu <99574369+Plumbiu@users.noreply.github.com> Date: Tue, 14 Feb 2023 12:29:22 +0800 Subject: [PATCH] fix: add useState key --- .../documentation/documentation/1.0.0/full_documentation.json | 2 +- frontend/components/ArticlesList/index.vue | 4 ++-- frontend/types/IArticleItem.ts | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/backend/src/extensions/documentation/documentation/1.0.0/full_documentation.json b/backend/src/extensions/documentation/documentation/1.0.0/full_documentation.json index a6ae38fc..b7e1af29 100644 --- a/backend/src/extensions/documentation/documentation/1.0.0/full_documentation.json +++ b/backend/src/extensions/documentation/documentation/1.0.0/full_documentation.json @@ -14,7 +14,7 @@ "name": "Apache 2.0", "url": "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "x-generation-date": "2023-02-13T02:10:09.109Z" + "x-generation-date": "2023-02-14T04:26:05.849Z" }, "x-strapi-config": { "path": "/documentation", diff --git a/frontend/components/ArticlesList/index.vue b/frontend/components/ArticlesList/index.vue index a1f83f44..ed062493 100644 --- a/frontend/components/ArticlesList/index.vue +++ b/frontend/components/ArticlesList/index.vue @@ -1,8 +1,8 @@