Fix syntax error in object_store_users.templ - remove duplicate closing braces
This commit is contained in:
@@ -821,9 +821,6 @@ templ ObjectStoreUsers(data dash.ObjectStoreUsersData) {
|
|||||||
}
|
}
|
||||||
}, 'Are you sure you want to delete this user? This action cannot be undone.');
|
}, 'Are you sure you want to delete this user? This action cannot be undone.');
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
// Handle create user form submission
|
// Handle create user form submission
|
||||||
async function handleCreateUser() {
|
async function handleCreateUser() {
|
||||||
@@ -1126,9 +1123,6 @@ templ ObjectStoreUsers(data dash.ObjectStoreUsersData) {
|
|||||||
}
|
}
|
||||||
}, 'Are you sure you want to delete this access key?');
|
}, 'Are you sure you want to delete this access key?');
|
||||||
}
|
}
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
// Utility functions
|
// Utility functions
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user