liuxiran commented on a change in pull request #1153:
URL: https://github.com/apache/apisix-dashboard/pull/1153#discussion_r550209314



##########
File path: web/src/pages/SSL/List.tsx
##########
@@ -109,8 +107,8 @@ const Page: React.FC = () => {
         actionRef={tableRef}
         request={fetchList}
         search={{
-          searchText: formatMessage({ id: 'component.global.search' }),
-          resetText: formatMessage({ id: 'component.global.reset' }),
+          searchText: `${formatMessage({ id: 'component.global.search' })}`,
+          resetText: `${formatMessage({ id: 'component.global.reset' })}`,

Review comment:
       yes. you are right. 
   Infact when I debuged this feature, use `formatMessage({ id: 
'component.global.reset' })` directly could not worked well, so I used thie way 
instead, and I could not figured out why. But now it worked, any way, fixed




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to