ソースを参照

prevent refresh page after loading collection on collections page

ruiyi.jiang 2 年 前
コミット
c5a6d0e106
1 ファイル変更1 行追加0 行削除
  1. 1 0
      client/src/pages/collections/Collections.tsx

+ 1 - 0
client/src/pages/collections/Collections.tsx

@@ -453,6 +453,7 @@ const Collections = () => {
                 ? handleLoad
                 : handleRelease;
             handleAction(row, cb);
+            e.preventDefault();
           },
           icon: 'load',
           label: 'load',