0
Fork 0
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:
Simon Backx 2023-04-13 15:09:17 +02:00
parent 223e4af63c
commit 0796dba3c1

View file

@ -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: {