Skip to content

Commit

Permalink
force rebuild
Browse files Browse the repository at this point in the history
  • Loading branch information
lloydtabb committed Jun 9, 2024
1 parent 64d3165 commit d07a7aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .node-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
18.16.0
2 changes: 1 addition & 1 deletion src/app/hooks/use_query_builder.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ interface UseQueryBuilderResult {
queryMalloy: {
model: string;
source: string;
notebook: string;
notebook: string; // force rebuild
markdown: string;
isRunnable: boolean;
};
Expand Down

0 comments on commit d07a7aa

Please sign in to comment.