Changed notification message position ( #86696p66d )
This commit is contained in:
4
resources/assets/js/mixins/global.js
vendored
4
resources/assets/js/mixins/global.js
vendored
@ -271,6 +271,8 @@ export default {
|
||||
}
|
||||
|
||||
this.$notify({
|
||||
verticalAlign: 'bottom',
|
||||
horizontalAlign: 'left',
|
||||
message: notify.message,
|
||||
timeout: timeout,
|
||||
icon: 'error_outline',
|
||||
@ -1120,6 +1122,8 @@ export default {
|
||||
document.execCommand('copy');
|
||||
|
||||
this.$notify({
|
||||
verticalAlign: 'bottom',
|
||||
horizontalAlign: 'left',
|
||||
message: this.share.success_message,
|
||||
timeout: 5000,
|
||||
icon: 'error_outline',
|
||||
|
4
resources/assets/js/mixins/wizardAction.js
vendored
4
resources/assets/js/mixins/wizardAction.js
vendored
@ -72,6 +72,8 @@ export default {
|
||||
}
|
||||
|
||||
this.$notify({
|
||||
verticalAlign: 'bottom',
|
||||
horizontalAlign: 'left',
|
||||
message: response.data.message,
|
||||
timeout: timeout,
|
||||
icon: "error_outline",
|
||||
@ -92,6 +94,8 @@ export default {
|
||||
}
|
||||
|
||||
this.$notify({
|
||||
verticalAlign: 'bottom',
|
||||
horizontalAlign: 'left',
|
||||
message: event.message,
|
||||
timeout: timeout,
|
||||
icon: "error_outline",
|
||||
|
Reference in New Issue
Block a user