Skip to content

Commit

Permalink
Checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
lbwexler committed Dec 30, 2024
1 parent dcfdcfd commit 449edcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmp/viewmanager/DataAccess.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export class DataAccess<T> {
try {
this.ensureEditable(view);
const raw = await XH.postJson({
url: 'xhView/updateViewInfo',
url: 'xhView/updateInfo',
params: {token: view.token},
body: updates
});
Expand Down

0 comments on commit 449edcc

Please sign in to comment.