Skip to content
This repository was archived by the owner on Aug 11, 2025. It is now read-only.
Draft
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Import html as raw
  • Loading branch information
axelrindle committed Jun 30, 2023
commit 6c96f061a26c41c260b966f678c59885dc171465
2 changes: 1 addition & 1 deletion src/renderer/services/notification/index.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import template from './index.html'
import template from './index.html?raw' // TODO: ?raw is pretty ugly
import { getUniqueId } from '../../util'
import { sanitize, EXPORT_DOMPURIFY_CONFIG } from '../../util/dompurify'
import './index.css'
Expand Down