1
0
Fork 0
mirror of synced 2024-10-03 02:27:06 +13:00

fixed click propagation users table when click in Role dropdown

This commit is contained in:
NEOLPAR 2022-07-14 09:40:49 +01:00
parent 529d2c06da
commit c356dbeee8

View file

@ -8,7 +8,7 @@
]
</script>
<div>
<div on:click|stopPropagation>
<Select value={"appUser"} {options} placeholder="Admin" autoWidth quiet />
</div>