UI improvements

This commit is contained in:
Liyas Thomas
2020-06-30 07:39:28 +05:30
parent 2dce318a17
commit c223b251d6
5 changed files with 10 additions and 17 deletions

View File

@@ -38,7 +38,7 @@
</div>
</div>
<div class="valid-warning" v-if="jsonInvalid">
Invalid JSON detected
<p class="info"><i class="material-icons">error_outline</i> Invalid JSON</p>
</div>
<div id="response-details-wrapper">
<Editor
@@ -59,12 +59,6 @@
</ul>
</template>
<style scoped lang="scss">
.valid-warning {
color: yellow;
}
</style>
<script>
import AceEditor from "../../ui/ace-editor"
import { isJSONContentType } from "~/helpers/utils/contenttypes"