Skip to content

Commit

Permalink
Fixup! CyberBuddy - Collection could not be created from the web ui
Browse files Browse the repository at this point in the history
  • Loading branch information
csavelief committed Oct 4, 2024
1 parent 701bb3b commit bc56803
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/home/cards/_knowledge_base.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@
elFile.buttonText = "{{ __('Browse') }}";
const elCollections = new com.computablefacts.blueprintjs.MinimalSelect(document.getElementById('collections'), null,
null, null, query => console.log(query));
null, null, query => query);
elCollections.onSelectionChange(item => {
collection = item;
elSubmit.disabled = !file || !collection;
Expand Down

0 comments on commit bc56803

Please sign in to comment.