File tree 1 file changed +3
-4
lines changed
site/src/pages/TemplateVersionEditorPage 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import TextField from "@mui/material/TextField";
2
2
import { ConfirmDialog } from "components/Dialogs/ConfirmDialog/ConfirmDialog" ;
3
3
import { Stack } from "components/Stack/Stack" ;
4
4
import { ChangeEvent , FC , useState } from "react" ;
5
- import Typography from "@mui/material/Typography" ;
6
5
import { allowedExtensions , isAllowedFile } from "utils/templateVersion" ;
7
6
import { FileTree , isFolder , validatePath } from "utils/filetree" ;
8
7
@@ -59,11 +58,11 @@ export const CreateFileDialog: FC<{
59
58
confirmText = "Create"
60
59
title = "Create File"
61
60
description = {
62
- < Stack >
63
- < Typography >
61
+ < Stack spacing = { 4 } >
62
+ < p >
64
63
Specify the path to a file to be created. This path can contain
65
64
slashes too.
66
- </ Typography >
65
+ </ p >
67
66
< TextField
68
67
autoFocus
69
68
onKeyDown = { ( event ) => {
You can’t perform that action at this time.
0 commit comments