Skip to content

Commit

Permalink
fix(RooActions): query parameters for moving expense (#10624)
Browse files Browse the repository at this point in the history
  • Loading branch information
Betree authored Aug 30, 2024
1 parent 580c81a commit 6a1217b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ExpensesPickerAsync.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import StyledTag from './StyledTag';
import { Span } from './Text';

const expensesSearchQuery = gql`
query ExpensesPickerSearch($account: AccountReferenceInput, $searchTerm: String, $status: ExpenseStatusFilter) {
query ExpensesPickerSearch($account: AccountReferenceInput, $searchTerm: String, $status: [ExpenseStatusFilter]) {
expenses(account: $account, limit: 100, searchTerm: $searchTerm, status: $status) {
nodes {
id
Expand Down

0 comments on commit 6a1217b

Please sign in to comment.