Dashboard: Spelling corrections in end-user visible dialogs (#53340)

This commit is contained in:
Alex Ratner
2022-08-09 10:19:30 +02:00
committed by GitHub
parent 592d31e617
commit fecf4c41ad
39 changed files with 53 additions and 53 deletions
+1 -1
View File
@@ -89,7 +89,7 @@ export function updateFolderPermission(itemToUpdate: DashboardAcl, level: Permis
const updated = toUpdateItem(item);
// if this is the item we want to update, update it's permission
// if this is the item we want to update, update its permission
if (itemToUpdate === item) {
updated.permission = level;
}