Skip to content
Snippets Groups Projects
Unverified Commit 54adf4c9 authored by Maz Ameli's avatar Maz Ameli Committed by GitHub
Browse files

fix tiny typo, 'colelctionId'

parent 96bb2ee6
No related branches found
No related tags found
No related merge requests found
......@@ -153,8 +153,8 @@ const Dashboards = createEntity({
name: "collection_id",
title: t`Which collection should this go in?`,
type: "collection",
validate: colelctionId =>
colelctionId === undefined ? "Collection is required" : null,
validate: collectionId =>
collectionId === undefined ? "Collection is required" : null,
},
],
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment