Skip to content

Commit cfafd14

Browse files
Brendonovichvaur94
authored andcommitted
fix(app): improve icon override handling in project edit dialog (anomalyco#23768)
(cherry picked from commit 06066db)
1 parent 92b38e0 commit cfafd14

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/app/src/components/dialog-edit-project.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ export function DialogEditProject(props: { project: LocalProject }) {
223223
store.color !== color,
224224
}}
225225
onClick={() => {
226-
if (store.color === color && !props.project.icon?.url) return
227226
setStore("color", store.color === color ? undefined : color)
228227
}}
229228
>

0 commit comments

Comments
 (0)