We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63ff9ff commit 694af8eCopy full SHA for 694af8e
src/views/main/fieldsSelectorView.vue
@@ -77,7 +77,7 @@ function collapse(table:any)
77
78
const searchTable = ref<string>('')
79
const searchField = ref<string>('')
80
-const current_used:any = {}
+let current_used:any = {}
81
82
function collapse_all()
83
{
0 commit comments