mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-13 18:52:14 +01:00
improve pdf index export to prevent overflows
This commit is contained in:
@@ -21,6 +21,7 @@ async function submit() {
|
||||
const newTag = props.createTag(tag.value.name);
|
||||
if (newTag !== undefined) {
|
||||
show.value = false;
|
||||
tag.value.name = '';
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user