Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Clutch
Commits
1a7eb52d
Commit
1a7eb52d
authored
4 years ago
by
Andrew Oh
Browse files
Options
Download
Email Patches
Plain Diff
import dialog fix
parent
d14f40e2
dialog-close-fix
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
frontend/packages/core/src/AppProvider/workflow.tsx
+1
-2
frontend/packages/core/src/AppProvider/workflow.tsx
with
1 addition
and
2 deletions
+1
-2
frontend/packages/core/src/AppProvider/workflow.tsx
+
1
-
2
View file @
1a7eb52d
import
React
from
"
react
"
;
import
{
Dialog
,
DialogContent
}
from
"
@clutch-sh/core
"
;
import
{
Grid
,
IconButton
}
from
"
@material-ui/core
"
;
import
LaunchIcon
from
"
@material-ui/icons/Launch
"
;
import
{
Alert
}
from
"
@material-ui/lab
"
;
import
{
Dialog
,
DialogContent
}
from
"
../dialog
"
;
export
interface
BaseWorkflowProps
{
heading
:
string
;
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help