Skip to content

Commit ce95134

Browse files
fix(test): print
1 parent 0bb7c33 commit ce95134

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/ObjectSelector.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
reject()
8282
},
8383
response_function: (response) => {
84+
console.log("response", response)
8485
if (toRaw(allowed_objects.value).length == 0) {
8586
allowed_objects.value = response._data.allowed_objects
8687
} else {

0 commit comments

Comments
 (0)