[ARVADOS-WORKBENCH2] updated: 1.4.1-293-gc2ce397f
Git user
git at public.arvados.org
Fri Feb 28 22:02:41 UTC 2020
Summary of changes:
src/views/process-panel/process-information-card.tsx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
via c2ce397fa6b468ae42d54da37d0fc92374bf93da (commit)
from 2a69173eb3cf50c23753905ed30aa35f82aa95bc (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit c2ce397fa6b468ae42d54da37d0fc92374bf93da
Author: Lucas Di Pentima <lucas at di-pentima.com.ar>
Date: Fri Feb 28 18:59:46 2020 -0300
16168: Small fix enabling the project to compile.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas at di-pentima.com.ar>
diff --git a/src/views/process-panel/process-information-card.tsx b/src/views/process-panel/process-information-card.tsx
index fc26a748..e85fc1db 100644
--- a/src/views/process-panel/process-information-card.tsx
+++ b/src/views/process-panel/process-information-card.tsx
@@ -92,7 +92,7 @@ export interface ProcessInformationCardDataProps {
type ProcessInformationCardProps = ProcessInformationCardDataProps & DispatchProp & WithStyles<CssRules, true>;
-export const ProcessInformationCard = withStyles(styles)(
+export const ProcessInformationCard = withStyles(styles, { withTheme: true })(
connect()(
class extends React.Component<ProcessInformationCardProps> {
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list