fix(tui): restore file mention mime
This commit is contained in:
parent
cfddb2407c
commit
13b81d5d7a
1 changed files with 1 additions and 1 deletions
|
|
@ -261,7 +261,7 @@ export function Autocomplete(props: {
|
|||
filename,
|
||||
part: {
|
||||
type: "file" as const,
|
||||
mime: item.mime,
|
||||
mime: "text/plain",
|
||||
filename,
|
||||
url: urlObj.href,
|
||||
source: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue