diff --git a/src/tapis-app/Systems/_components/SystemToolbar/SystemToolbar.tsx b/src/tapis-app/Systems/_components/SystemToolbar/SystemToolbar.tsx index 950b5167f..ba6431674 100644 --- a/src/tapis-app/Systems/_components/SystemToolbar/SystemToolbar.tsx +++ b/src/tapis-app/Systems/_components/SystemToolbar/SystemToolbar.tsx @@ -7,7 +7,6 @@ import CreateSystemModal from './CreateSystemModal'; import DeleteSystemModal from './DeleteSystemModal'; import UndeleteSystemModal from './UndeleteSystemModal'; - type ToolbarButtonProps = { text: string; icon: string;