mirror of
https://github.com/abhinavxd/libredesk.git
synced 2025-11-09 16:36:30 +00:00
fix: Ticks of bar charts.
- Update shadcn charts. - Refactors user store. - Fix: pagination incorrect total pages. - Comestic changes and cleanups. - Fixes toaster not working in OuterApp.vue. - Allow complete from address in notification settings from address form field.
This commit is contained in:
@@ -37,6 +37,6 @@ const getAttachmentName = (name) => {
|
||||
}
|
||||
|
||||
const downloadAttachment = () => {
|
||||
window.open(props.attachment.url, '_blank');
|
||||
window.open(props.attachment.url, '_blank')
|
||||
}
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user