@qtoggle/qui 1.19.10 → 1.19.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/js/views/view.js +1 -1
- package/package.json +1 -1
- package/pyproject.toml +1 -1
package/js/views/view.js
CHANGED
|
@@ -328,7 +328,7 @@ const ViewMixin = Mixin((superclass = Object) => {
|
|
|
328
328
|
* @param {?String} message the warning message, or `null` if no warning message available
|
|
329
329
|
*/
|
|
330
330
|
showWarning(message) {
|
|
331
|
-
Toast.show({message: message, type: '
|
|
331
|
+
Toast.show({message: message, type: 'warning', timeout: 0})
|
|
332
332
|
}
|
|
333
333
|
|
|
334
334
|
/**
|
package/package.json
CHANGED