Skip to content

Commit 4745493

Browse files
committed
Altera valor padrão para id analista
1 parent 9f47579 commit 4745493

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

assets/js/classes/Settings.js

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
import { isEmpty } from "../modulos/utilitarios.js"
22

33
class Settings{
4-
options = {
5-
6-
}
4+
options = {}
75

86
constructor(){
97
this.options = {
@@ -24,7 +22,7 @@ class Settings{
2422
},
2523
"id-analyst": {
2624
"type": "string",
27-
"default": "#1",
25+
"default": "1",
2826
"propertie": "value"
2927
}
3028
}

0 commit comments

Comments
 (0)