docs: update documentation for implicit dependencies resolution

This commit is contained in:
2024-08-07 18:22:18 +03:00
parent 434057ec49
commit 3c7c748b4a
9 changed files with 56 additions and 25 deletions

View File

@@ -87,8 +87,8 @@
}
}
$(() => {
keyImportModal.on("hidden.bs.modal", () => {
$(_ => {
keyImportModal.on("hidden.bs.modal", _ => {
keyImportBodyInput.text("");
keyImportForm.trigger("reset");
});