refacotr
gitea/salix/pipeline/head This commit looks good Details

This commit is contained in:
Vicent Llopis 2023-01-05 10:35:55 +01:00
parent fd9ca3a4c1
commit 3abbfc4fa7
2 changed files with 3 additions and 2 deletions

View File

@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed ### Fixed
- [General] Al utilizar el traductor de Google se descuadraban los iconos - [General] Al utilizar el traductor de Google se descuadraban los iconos
- [Artículos](Etiquetas) Permite intercambiar la relevancia entre dos etiquetas.
### Removed ### Removed
- [Tickets](Control clientes) Eliminada sección - [Tickets](Control clientes) Eliminada sección

View File

@ -73,10 +73,10 @@
</vn-one> </vn-one>
</vn-card> </vn-card>
<vn-button-bar> <vn-button-bar>
<vn-button <vn-submit
ng-click="$ctrl.onSubmit()" ng-click="$ctrl.onSubmit()"
disabled="!watcher.dataChanged()" disabled="!watcher.dataChanged()"
label="Save"> label="Save">
</vn-button> </vn-submit>
</vn-button-bar> </vn-button-bar>
</form> </form>