mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 04:50:12 +02:00
fix: correct propagation on settings menu (#1453)
* fix propagation error on settings menu
This commit is contained in:
@@ -202,6 +202,7 @@ export const ListConfigTable = ({
|
||||
}) => {
|
||||
return (
|
||||
<Table
|
||||
onClick={(e) => e.stopPropagation()}
|
||||
style={{ borderRadius: '1rem' }}
|
||||
styles={{ th: { backgroundColor: 'initial', padding: 'var(--theme-spacing-md) 0' } }}
|
||||
variant="vertical"
|
||||
|
||||
Reference in New Issue
Block a user