1
0
Fork 0
mirror of synced 2024-10-06 04:54:52 +13:00

Merge branch 'develop' of github.com:Budibase/budibase into fix/test-flakiness

This commit is contained in:
mike12345567 2023-08-18 14:40:46 +01:00
commit 3334be225a
3 changed files with 2 additions and 3 deletions

View file

@ -1,5 +1,5 @@
{ {
"version": "2.9.30-alpha.2", "version": "2.9.30-alpha.3",
"npmClient": "yarn", "npmClient": "yarn",
"packages": [ "packages": [
"packages/*" "packages/*"

View file

@ -434,4 +434,3 @@ export const hasFilters = (query?: SearchQuery) => {
} }
return false return false
} }