mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-04 04:41:38 -05:00
fix: remove commented out code
This commit is contained in:
@@ -48,15 +48,6 @@ export default class NumberQuestion implements BlockTool {
|
||||
};
|
||||
}
|
||||
|
||||
// save(block: HTMLDivElement) {
|
||||
// return {
|
||||
// ...this.data,
|
||||
// label: (block.firstElementChild.firstElementChild.firstElementChild as HTMLInputElement).value,
|
||||
// placeholder: (block.firstElementChild.childNodes[1] as HTMLInputElement).value,
|
||||
// help: (block.firstElementChild.lastElementChild as HTMLInputElement).value,
|
||||
// };
|
||||
// }
|
||||
|
||||
renderSettings(): HTMLElement {
|
||||
const wrapper = document.createElement("div");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user