From 3637088d0a663d162b1b4e4dc64e01bf3b9ab7b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 6 Dec 2024 21:30:52 +0000 Subject: [PATCH] fix: update the osd-plugin-generator template to reference the correct button (#9014) * fix: update the osd-plugin-generator template to reference the correct button Signed-off-by: Justin Kim * remove the size prop Signed-off-by: Justin Kim * change it to EuiButton Signed-off-by: Justin Kim --------- Signed-off-by: Justin Kim (cherry picked from commit afb260501bdf3f7f9a151af6db8cfef4c0dd0219) Signed-off-by: github-actions[bot] --- .../osd-plugin-generator/template/public/components/app.tsx.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/osd-plugin-generator/template/public/components/app.tsx.ejs b/packages/osd-plugin-generator/template/public/components/app.tsx.ejs index 2029a69dd8d..876b3f8c5e7 100644 --- a/packages/osd-plugin-generator/template/public/components/app.tsx.ejs +++ b/packages/osd-plugin-generator/template/public/components/app.tsx.ejs @@ -4,7 +4,7 @@ import { FormattedMessage, I18nProvider } from '@osd/i18n/react'; import { BrowserRouter as Router } from 'react-router-dom'; import { -EuiSmallButton, +EuiButton, EuiHorizontalRule, EuiPage, EuiPageBody,