We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1641d9 commit c78b8d4Copy full SHA for c78b8d4
src/frontend/components/modal/modals/curval/lib/component.js
@@ -218,7 +218,6 @@ class CurvalModalComponent extends ModalComponent {
218
const record_id = isNaN(parseInt(id)) ? 0 : parseInt(id)
219
const parent_key = `linkspace-column-${col_id}-${$('body').data('layout-identifier')}-${record_id}`;
220
let existing = fromJson(await gadsStorage.getItem(parent_key) ?? "[]")
221
- console.log('existing', existing, typeof existing);
222
const identifier = current_id || guid
223
// "existing" is the existing values for this curval
224
// Pull out the current record if it exists
0 commit comments