Skip to content

Commit addbae2

Browse files
fix
1 parent 442c559 commit addbae2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/blocks/aws-athena/src/lib/actions/query-athena-action.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export const runAthenaQueryAction = createAction({
3333
database: Property.Dropdown<string>({
3434
displayName: 'Database',
3535
description: 'Database that contains the table to query on',
36-
refreshers: ['auth', 'account', 'region'],
36+
refreshers: ['auth', 'account', 'account.accounts', 'region'],
3737
required: true,
3838
options: async ({ auth, account, region }: any) => {
3939
if (!auth) {

0 commit comments

Comments
 (0)