feat: Quickly create canned responses (#5563)
This commit is contained in:
@@ -65,6 +65,10 @@ export default {
|
||||
},
|
||||
mixins: [alertMixin],
|
||||
props: {
|
||||
responseContent: {
|
||||
type: String,
|
||||
default: '',
|
||||
},
|
||||
onClose: {
|
||||
type: Function,
|
||||
default: () => {},
|
||||
@@ -73,10 +77,7 @@ export default {
|
||||
data() {
|
||||
return {
|
||||
shortCode: '',
|
||||
content: '',
|
||||
|
||||
vertical: 'bottom',
|
||||
horizontal: 'center',
|
||||
content: this.responseContent || '',
|
||||
addCanned: {
|
||||
showLoading: false,
|
||||
message: '',
|
||||
|
||||
Reference in New Issue
Block a user