We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2e4968 commit 0d251ceCopy full SHA for 0d251ce
app-engine/frontend/src/pages/configForm/configUi/components/inspiration-list.tsx
@@ -29,7 +29,7 @@ const InspirationList = (props) => {
29
}
30
return (<span className='right'>
31
<img src={EditImg} alt="" onClick={() => clickInspiration(item)} className={inspirationValues?.showInspiration ? '' : 'not-allowed'} />
32
- <img src={DeleteImg} alt="" onClick={() => handleDelete(item.id)} className={inspirationValues?.showInspiration ? '' : 'not-allowed'} />
+ <img src={DeleteImg} alt="" onClick={() => handleDelete(item)} className={inspirationValues?.showInspiration ? '' : 'not-allowed'} />
33
</span>);
34
};
35
0 commit comments