Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/TaskManagement/InsertDrawer/Form/cycle.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export const CycleInput = ({ isLoading }: CycleInputProperties) => {
}

return (
<FormInputBase title="Ciclo">
<FormInputBase required title="Ciclo">
<Skeleton isLoaded={!isLoading}>
<SelectMenu
matchWidth
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const DescriptionInput = ({
}

return (
<FormInputBase required>
<FormInputBase required title="descrição">
<Skeleton isLoaded={!isLoading}>
<InputGroup onBlurCapture={handleBlur} onFocusCapture={handleFocus}>
<Field
Expand Down
Loading