fix: correct template creation condition in BoardDropdown (#529)
This commit is contained in:
@@ -89,7 +89,7 @@ export default function BoardDropdown({
|
|||||||
const isArchiveActionPending = updateBoard.isPending;
|
const isArchiveActionPending = updateBoard.isPending;
|
||||||
|
|
||||||
const items = [
|
const items = [
|
||||||
...(isTemplate && canCreateBoard
|
...(!isTemplate && canCreateBoard
|
||||||
? [
|
? [
|
||||||
{
|
{
|
||||||
label: t`Make template`,
|
label: t`Make template`,
|
||||||
|
|||||||
Reference in New Issue
Block a user