Skip to content

Commit

Permalink
fix: Fix typo in script name, should fix UI
Browse files Browse the repository at this point in the history
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
  • Loading branch information
come-nc committed Feb 6, 2025
1 parent bdfb890 commit 83a0203
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions lib/Settings/Admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ public function getForm() {
]
);

Util::addScript(Application::APP_ID, 'ldap_write_suppport-admin-settings');
Util::addStyle(Application::APP_ID, 'ldap_write_suppport-admin-settings');
Util::addScript(Application::APP_ID, 'ldap_write_support-admin-settings');
Util::addStyle(Application::APP_ID, 'ldap_write_support-admin-settings');

return new TemplateResponse(Application::APP_ID, 'settings-admin');
}
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "ldap_write_suppport",
"name": "ldap_write_support",
"version": "1.14.0",
"description": "Adds write support to the LDAP backend",
"private": true,
Expand Down

0 comments on commit 83a0203

Please sign in to comment.