Fixed issue with not loading short prompt

This commit is contained in:
Jaret Burkett 2023-10-24 16:19:32 -06:00
parent 002279cec3
commit d742792ee4
1 changed files with 1 additions and 1 deletions

View File

@ -170,7 +170,7 @@ class DataLoaderBatchDTO:
trigger=trigger,
to_replace_list=to_replace_list,
add_if_not_present=add_if_not_present,
short_caption=False
short_caption=True
) for x in self.file_items]
def cleanup(self):