We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2561da commit c2259e1Copy full SHA for c2259e1
client/finder/FileAdmin.tsx
@@ -38,7 +38,6 @@ export function FileAdmin() {
38
initial.push(found);
39
}
40
41
- console.log('initialValues', initial);
42
43
// replace the original <select multiple name="labels"> element with the "downshift" component
44
const divElement = document.createElement('div');
0 commit comments