Skip to content

Commit 2e6045d

Browse files
phoebus-84puria
andauthored
chore: merge main (#820)
- **style: 🎨 lighter markdown editor (#763)** - **feat: ✨ links to projects now lead to new products page (#813)** - **feat: ✨ improve UX for unauthenticated users (#814)** - **fix: 🐛 project images editing (#817)** --------- Co-authored-by: Puria Nafisi Azizi <puria@dyne.org>
1 parent b189e98 commit 2e6045d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/project/[id]/edit/images.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const EditImages: NextPageWithLayout = () => {
4646

4747
const schema = yup.object({
4848
// @ts-ignore
49-
images: imagesStepSchema,
49+
images: imagesStepSchema(),
5050
});
5151

5252
const formMethods = useForm<EditImagesValues>({

0 commit comments

Comments
 (0)