Adds classes to differentiate item edition and creation state.

This commit is contained in:
mateuswetah 2021-10-22 18:13:11 -03:00
parent 2a38ed1f00
commit b02e1b852a
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<template>
<div>
<div :class="isCreatingNewItem ? 'item-creation-container' : 'item-edition-container'"><!-- Do NOT remove this classes, they may be used by third party plugins -->
<b-loading
:is-full-page="false"
:active.sync="isLoading"