mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-04-06 01:39:55 +00:00
test
This commit is contained in:
parent
e17dcb4a6f
commit
a8a73ee9cc
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
|||
open = false
|
||||
} catch (error) {
|
||||
toast.error('Failed to import extensions', {
|
||||
description: error.message,
|
||||
description: (error as Error).message,
|
||||
duration: 5000
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue