Remove the toast duration for logs

This commit is contained in:
Arnaud 2024-11-10 10:39:23 +07:00
parent 91715a2f11
commit 47dfd750ce
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663

View File

@ -86,7 +86,6 @@ export function LogLevel() {
message={toast.message}
time={toast.time}
variant={toast.variant}
duration={400000000}
/>
</div>
);