Skip to content

Commit

Permalink
Dev (#17)
Browse files Browse the repository at this point in the history
* Synchronizing code from bitbucket repository

* Removing TomSelect because it is no longer updated

* Metric template remove restriction

---------

Co-authored-by: Fotis Paraskevopoulos <[email protected]>
  • Loading branch information
vkefalas-exz and fotisp authored Aug 26, 2024
1 parent 3215c99 commit 2d1737a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gui/src/components/Application/Metrics/Parameters.vue
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const localParameters = computed(() => props.parameters)
const parameterCollectionRules = {
name: { required },
template: { required }
template: {}
}
const addParameter = () => {
Expand Down

0 comments on commit 2d1737a

Please sign in to comment.