Skip to content

Commit

Permalink
Merge pull request #21 from ozkeisar/fix/update-graphQL-response-sche…
Browse files Browse the repository at this point in the history
…ma-on-delete-all

fix update empty state
  • Loading branch information
ozkeisar authored Aug 21, 2024
2 parents edb2d99 + 0c089b2 commit c17434a
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 c17434a

Please sign in to comment.