Fix syntax error in object_store_users.templ - remove duplicate closing braces

This commit is contained in:
Chris Lu
2026-01-25 23:18:40 -08:00
parent 74c7b10bc7
commit 7e3bb4016e
2 changed files with 1 additions and 7 deletions

View File

@@ -821,9 +821,6 @@ templ ObjectStoreUsers(data dash.ObjectStoreUsersData) {
}
}, 'Are you sure you want to delete this user? This action cannot be undone.');
}
}
}
}
// Handle create user form submission
async function handleCreateUser() {
@@ -1126,9 +1123,6 @@ templ ObjectStoreUsers(data dash.ObjectStoreUsersData) {
}
}, 'Are you sure you want to delete this access key?');
}
}
}
}
// Utility functions

File diff suppressed because one or more lines are too long