Compare commits
1 Commits
fix/react-
...
fix/create
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f18021e560 |
@@ -88,7 +88,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