hide log id

This commit is contained in:
neil molina 2023-04-20 09:57:40 +08:00
parent 603ce7ab79
commit 1f38ed31ca

View file

@ -10,7 +10,7 @@
const submitBugReport = async () => {
const logId = await submitLogs();
const bugFormUrl = `https://airtable.com/shravDxWeNwwpPkFV?prefill_log_id=${logId}`;
const bugFormUrl = `https://airtable.com/shravDxWeNwwpPkFV?prefill_log_id=${logId}&hide_log_id=true`;
shellOpenExternal(bugFormUrl);
}
</script>