Skip to content

Commit 4816227

Browse files
committed
fix(platform): clear keyword when reset
1 parent ee94f54 commit 4816227

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/platform/src/app/routes/list/standard-table/StandardTable.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ export default function StandardTable(): JSX.Element | null {
221221
}}
222222
onResetClick={() => {
223223
setDeviceQuery((draft) => {
224+
draft.keyword = '';
224225
draft.model = null;
225226
draft.status = [];
226227
});

0 commit comments

Comments
 (0)