Skip to content
This repository was archived by the owner on Dec 7, 2025. It is now read-only.

Commit ff7fdd3

Browse files
committed
feat: revert default plugin to table
1 parent 4e5dc1a commit ff7fdd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export default function App() {
5959

6060
yasr: {
6161
pluginOrder: ['table', 'response', 'geo'], // Enable geo plugin alongside default table
62-
defaultPlugin: 'geo',
62+
defaultPlugin: 'table',
6363
},
6464
};
6565

0 commit comments

Comments
 (0)