We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e283eea commit 4eacb86Copy full SHA for 4eacb86
1 file changed
vite-app/src/components/PivotTab.tsx
@@ -62,7 +62,7 @@ const FieldSelector = ({
62
onClick={onAddField}
63
className="text-xs text-blue-600 hover:text-blue-800 px-2 py-1"
64
>
65
- + Add {title.slice(0, -1)} Field
+ + Add {title.slice(0, -1)}
66
</button>
67
)}
68
</div>
0 commit comments