21225: Add styles to wrap mutually exclusive tabs and data explorer in same paper
[arvados.git] / services / workbench2 / src / views-components / data-explorer / data-explorer.tsx
index 0f4fc5635817830e20e175df85bc5eddecddb8ec..bcf8683e89ff724cd0b731b358d6ff80d59fc842 100644 (file)
@@ -86,7 +86,7 @@ const mapDispatchToProps = () => {
         setSelectedUuid: (uuid: string | null) => {
             dispatch<any>(setSelectedResourceUuid(uuid));
         },
-        
+
         onRowClick,
 
         onRowDoubleClick,