Skip to content

Commit 2ee71b8

Browse files
SiddhantSiddhant
authored andcommitted
add back unused error
1 parent a9f410b commit 2ee71b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openmetadata-ui/src/main/resources/ui/src/pages/AddQueryPage/AddQueryPage.component.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ const AddQueryPage = () => {
117117
return table
118118
? filter(options, ({ value }) => value !== table.id)
119119
: options;
120-
} catch () {
120+
} catch (error) {
121121
return [];
122122
}
123123
};

0 commit comments

Comments
 (0)