mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-08 14:35:03 +00:00
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:
@@ -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');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user