mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-03 23:00:14 -05:00
Fixed linting issues context menu
no issue
This commit is contained in:
parent
223e4af63c
commit
0796dba3c1
1 changed files with 2 additions and 2 deletions
|
@ -184,8 +184,8 @@ export default class PostsContextMenu extends Component {
|
|||
|
||||
this.notifications.showNotification(this.#getToastMessage('featured'), {type: 'success'});
|
||||
|
||||
// Update the models on the client side
|
||||
for (const post of updatedModels) {
|
||||
// Update the models on the client side
|
||||
for (const post of updatedModels) {
|
||||
// We need to do it this way to prevent marking the model as dirty
|
||||
this.store.push({
|
||||
data: {
|
||||
|
|
Loading…
Add table
Reference in a new issue