Skip to content

Commit

Permalink
no need for mark
Browse files Browse the repository at this point in the history
  • Loading branch information
Ko71k committed Dec 17, 2024
1 parent cfe99d3 commit 3f5561a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/src/components/EventCreateForm/EventCreateForm.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export class EventCreateForm {
* @returns {HTMLFormElement} The rendered form
*/
renderTemplate(selectElement, eventData) {
let mock_data = { latitude: 55.797153, longitude: 37.537878, zoom: 17, needMark: true};
let mock_data = { latitude: 55.797153, longitude: 37.537878, zoom: 17, needMark: false};

const html = template({
items: Object.entries(this.config).map(([key, { tag, text, className, type }]) => ({
Expand Down

0 comments on commit 3f5561a

Please sign in to comment.