Commit d22a0a38 authored by sfang97's avatar sfang97

Run prettier on vue file

parent b499c54e
......@@ -216,7 +216,10 @@ export default {
</p>
</div>
<div v-if="isEditing" class="row-content-block gl-display-flex gl-justify-content-space-between">
<div
v-if="isEditing"
class="row-content-block gl-display-flex gl-justify-content-space-between"
>
<button class="btn btn-cancel" type="button" @click="onCancel">{{ __('Cancel') }}</button>
<loading-button
:loading="isSaving"
......@@ -224,7 +227,6 @@ export default {
type="submit"
container-class="btn btn-success gl-justify-content-end"
/>
</div>
<div v-else class="gl-display-flex gl-justify-content-end form-group">
<loading-button
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment