Skip to content

Commit dca4345

Browse files
author
jiangpeiling
committed
🐛 Button text in agent tools modal are not centered. #1506
1 parent 4fee6e6 commit dca4345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/services/conversationService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -802,7 +802,7 @@ export const conversationService = {
802802
const data = await response.json();
803803

804804
if (data.code === 0) {
805-
return data.data || null;
805+
return data.data;
806806
}
807807

808808
throw new ApiError(data.code, data.message);

0 commit comments

Comments
 (0)