Skip to content

Commit

Permalink
fix update empty state
Browse files Browse the repository at this point in the history
  • Loading branch information
oz-keisar-d committed Aug 21, 2024
1 parent edb2d99 commit 0c089b2
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -459,9 +459,6 @@ export function GraphqlResponseDialog({
}}
height="100%"
onChange={(item) => {
if (!item) {
return;
}
setSchema(item);
}}
/>
Expand Down

0 comments on commit 0c089b2

Please sign in to comment.