Skip to content

Fix missed rename of the selection move store action

Closes #1526 (closed)

This could have been detected by TypeScript. VSCode already can detect it and shows an easily missable suggestion for it:

image

But there was no error because the component has not been typed yet, as that requires #1138 (closed).

Merge request reports

Loading