Skip to content
Merged
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
3 changes: 3 additions & 0 deletions src/dialogs/prompt/template.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
module.exports = ({ pallette, message, defaultValue, buttons, id }) => (`<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
Comment thread
jessicaschilling marked this conversation as resolved.
Outdated
</head>
<body>
<p>${message}</p>
<input type="text" value="${defaultValue}" />
Expand Down