Skip to content

Commit

Permalink
πŸ› μ•Œλ¦Ό μƒνƒœ νŽΈμ§‘ λ˜μ§€ μ•ŠλŠ” 였λ₯˜ μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
HiBixby committed Feb 20, 2023
1 parent 1cc64da commit e5b85ba
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
<link rel="stylesheet" href="./main.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>웨, 일해</title>
<script type="module" crossorigin src="./assets/index-5c5bc7fc.js"></script>
<link rel="stylesheet" href="./assets/index-fd600e82.css">
<script type="module" crossorigin src="./assets/index-dedecf4e.js"></script>
<link rel="stylesheet" href="./assets/index-66ba074d.css">
</head>
<body>
<div id="app">
Expand Down
3 changes: 2 additions & 1 deletion src/views/TodoPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,8 @@ export default {
const unsavedChanges =
(this.title !== null && this.title !== selectedTodo?.title) ||
(this.link !== null && this.link !== selectedTodo?.link) ||
(this.time !== null && this.time !== selectedTodo?.time);
(this.time !== null && this.time !== selectedTodo?.time) ||
(this.noti !== true && this.noti !== selectedTodo?.noti);
if (
unsavedChanges &&
Expand Down

0 comments on commit e5b85ba

Please sign in to comment.