File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
dashboard/components/FolderSettingsModal
editing-experience/components/CreateCollectionModal Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ const SuspendableModalContent = ({
160160 < ModalCloseButton size = "lg" />
161161 < ModalBody >
162162 < VStack alignItems = "flex-start" spacing = "1.5rem" >
163- < FormControl isInvalid = { ! ! errors . title } >
163+ < FormControl isRequired isInvalid = { ! ! errors . title } >
164164 < FormLabel color = "base.content.strong" >
165165 Folder name
166166 < FormHelperText color = "base.content.default" >
@@ -182,7 +182,7 @@ const SuspendableModalContent = ({
182182 </ FormHelperText >
183183 ) }
184184 </ FormControl >
185- < FormControl isInvalid = { ! ! errors . permalink } >
185+ < FormControl isRequired isInvalid = { ! ! errors . permalink } >
186186 < FormLabel color = "base.content.strong" >
187187 Folder URL
188188 < FormHelperText color = "base.content.default" >
Original file line number Diff line number Diff line change @@ -136,7 +136,7 @@ const CreateCollectionModalContent = ({
136136 < ModalCloseButton size = "lg" />
137137 < ModalBody >
138138 < VStack alignItems = "flex-start" spacing = "1.5rem" >
139- < FormControl isInvalid = { ! ! errors . collectionTitle } >
139+ < FormControl isRequired isInvalid = { ! ! errors . collectionTitle } >
140140 < FormLabel color = "base.content.strong" >
141141 Collection name
142142 < FormHelperText color = "base.content.default" >
@@ -159,7 +159,7 @@ const CreateCollectionModalContent = ({
159159 </ FormHelperText >
160160 ) }
161161 </ FormControl >
162- < FormControl isInvalid = { ! ! errors . permalink } >
162+ < FormControl isRequired isInvalid = { ! ! errors . permalink } >
163163 < FormLabel color = "base.content.strong" >
164164 Collection URL
165165 < FormHelperText color = "base.content.default" >
You can’t perform that action at this time.
0 commit comments