From 1aa2181d901b7ab86e3268fe20aac2aeeda50946 Mon Sep 17 00:00:00 2001 From: Sean Sube Date: Sun, 8 Jan 2023 17:09:14 -0600 Subject: [PATCH] fix(gui): move seed control onto same line with cfg and steps --- gui/.npmignore | 1 + gui/src/components/ImageControl.tsx | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/gui/.npmignore b/gui/.npmignore index 247454ce..5365ee30 100644 --- a/gui/.npmignore +++ b/gui/.npmignore @@ -9,6 +9,7 @@ out/cache/ out/coverage/ out/coverage-* out/docs/ +out/test/ out/typings/ out/*.db out/*.html diff --git a/gui/src/components/ImageControl.tsx b/gui/src/components/ImageControl.tsx index 3f86720d..6f30b828 100644 --- a/gui/src/components/ImageControl.tsx +++ b/gui/src/components/ImageControl.tsx @@ -47,8 +47,6 @@ export function ImageControl(props: ImageControlProps) { } }} /> - -