mirror of
https://github.com/ivabus/gui
synced 2025-04-23 14:07:14 +03:00
hide log id
This commit is contained in:
parent
603ce7ab79
commit
1f38ed31ca
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue