mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Move duplicate post functionality out of labs (#16812)
no issue Removed the labs check for the duplicate post functionality making it available for everybody
This commit is contained in:
parent
d8b1a715b4
commit
93599315ab
1 changed files with 0 additions and 5 deletions
|
@ -48,7 +48,6 @@ const messages = {
|
||||||
|
|
||||||
export default class PostsContextMenu extends Component {
|
export default class PostsContextMenu extends Component {
|
||||||
@service ajax;
|
@service ajax;
|
||||||
@service feature;
|
|
||||||
@service ghostPaths;
|
@service ghostPaths;
|
||||||
@service session;
|
@service session;
|
||||||
@service infinity;
|
@service infinity;
|
||||||
|
@ -453,10 +452,6 @@ export default class PostsContextMenu extends Component {
|
||||||
}
|
}
|
||||||
|
|
||||||
get canCopySelection() {
|
get canCopySelection() {
|
||||||
if (this.feature.makingItRain === false) {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
return this.selectionList.availableModels.length === 1;
|
return this.selectionList.availableModels.length === 1;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue