Skip to content

Commit 2ecea7a

Browse files
committed
chore: update Title type in create docker file langugage options
1 parent b043b8b commit 2ecea7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ciConfig/CreateDockerFileLanguageOptions.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import { CREATE_DOCKER_FILE_LANGUAGE_OPTIONS_TEXT } from './ciConfigConstant'
88
import { CreateDockerFileLanguageOptionsProps, ResetEditorChangesProps } from './types'
99
import { ReactComponent as Reset } from '../../assets/icons/ic-arrow-anticlockwise.svg'
1010

11-
const Title = () => {
11+
const Title: FunctionComponent = () => {
1212
return (
1313
<Tippy
1414
className="default-tt w-200"

0 commit comments

Comments
 (0)