Skip to content

Commit

Permalink
chore: launch form bug for fast-registered workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Carina Ursu <[email protected]>
  • Loading branch information
ursucarina committed Feb 7, 2023
1 parent ab91dfc commit 0284bed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@flyteorg/console",
"version": "0.0.7",
"version": "0.0.8",
"description": "Flyteconsole main app module",
"main": "./dist/index.js",
"module": "./lib/index.js",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
import { TextField, Card, CardContent, CardHeader } from '@material-ui/core';
import * as React from 'react';
import { TextField, Card, CardContent, CardHeader } from '@material-ui/core';
import { useState } from 'react';
// import Form from '@rjsf/material-ui';
import Form from '@rjsf/material-ui';
import { MuiThemeProvider, createTheme } from '@material-ui/core/styles';
import { makeStringChangeHandler } from './handlers';
import { InputProps } from './types';
import { getLaunchInputId } from './utils';
import { protobufValueToPrimitive, PrimitiveType } from './inputHelpers/struct';

const Form = require('@rjsf/material-ui');

const muiTheme = createTheme({
props: {
MuiTextField: {
Expand Down

0 comments on commit 0284bed

Please sign in to comment.