Skip to content

Commit

Permalink
temp update
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendonovich committed Aug 28, 2024
1 parent 3354f82 commit b76773a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

5 changes: 3 additions & 2 deletions apps/desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "macrograph"
version = "0.1.9"
version = "0.1.10"
description = "A Tauri App"
authors = ["you"]
license = ""
Expand All @@ -13,7 +13,8 @@ edition = "2021"
tauri-build = { version = "1.3", features = [] }

[dependencies]
tauri = { version = "1.3.0", features = [ "shell-all",
tauri = { version = "1.3.0", features = [
"shell-all",
"devtools",
"dialog-all",
"fs-all",
Expand Down
1 change: 0 additions & 1 deletion interface/src/components/ui/TextInput.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ export const TextInput = (props: Props) => {
);

const filteredOptions = createMemo(() => {
console.log({ shouldFilter: shouldFilter() });
if (shouldFilter())
return (
suggestions().filter((o) =>
Expand Down

0 comments on commit b76773a

Please sign in to comment.