From becebb8085ebc11f0954edf37c8bc6b263d16f25 Mon Sep 17 00:00:00 2001 From: Maicol Battistini Date: Thu, 27 Jan 2022 23:46:13 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=8F=B7=EF=B8=8F=20Allow=20array=20?= =?UTF-8?q?as=20return=20type?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/js/Components/Pages/RecordsPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/js/Components/Pages/RecordsPage.tsx b/resources/js/Components/Pages/RecordsPage.tsx index af1e4115d..a490c644c 100644 --- a/resources/js/Components/Pages/RecordsPage.tsx +++ b/resources/js/Components/Pages/RecordsPage.tsx @@ -199,7 +199,7 @@ export class RecordsPage extends Page { } } - recordDialog() { + recordDialog(): JSX.Element | JSX.Element[] { return (