mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-01 11:37:58 +00:00
chore: Fix Eslint warnings (#3654)
* Fix all the eslint warnings * Revert the schema
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
<script>
|
||||
export default {
|
||||
props: {
|
||||
message: String,
|
||||
message: { type: String, default: '' },
|
||||
showButton: Boolean,
|
||||
duration: {
|
||||
type: [String, Number],
|
||||
|
||||
Reference in New Issue
Block a user