feat(#BRU-26): json filter button with expandable input bar (#1699)

* feat(#BRU-26): JSON filter UI
* feat(#BRU-22): prettify graphql toast
This commit is contained in:
lohit
2024-03-11 02:06:27 +05:30
committed by GitHub
parent 6a05321109
commit 95b59b06e8
4 changed files with 36 additions and 14 deletions

View File

@@ -190,6 +190,7 @@ export default class QueryEditor extends React.Component {
});
this.editor.setValue(prettyQuery);
toast.success('Query prettified');
} catch (e) {
toast.error('Error occurred while prettifying GraphQL query');
}