03.01.26
This commit is contained in:
@@ -532,7 +532,7 @@ export default function App() {
|
||||
<div
|
||||
key={idx}
|
||||
className="flex justify-between items-center p-2 rounded hover:bg-gray-100 dark:hover:bg-gray-700 cursor-pointer"
|
||||
onClick={() => openInTryton('currency.currency', undefined, ["form"], [[('id','=',2)]])}
|
||||
onClick={() => openInTryton('currency.currency', 2, ["form"])}
|
||||
>
|
||||
<div>
|
||||
<div className="flex items-center gap-2">
|
||||
|
||||
Reference in New Issue
Block a user