Fix: open filter from column (#8747)

Column filter button (image below) was broken for all filter types, this
PR fixes it.

<img width="1053" alt="broken-filter-button"
src="https://github.com/user-attachments/assets/febd10a8-f360-4245-ba06-ef847c79fde1">

---------

Co-authored-by: Félix Malfait <felix@twenty.com>
This commit is contained in:
ad-elias
2024-11-26 10:52:45 +01:00
committed by GitHub
parent 64b8fd544c
commit eea2885cbd
4 changed files with 99 additions and 34 deletions

View File

@ -2,8 +2,8 @@
import { isNonEmptyString } from '@sniptt/guards';
import react from '@vitejs/plugin-react-swc';
import wyw from '@wyw-in-js/vite';
import path from 'path';
import fs from 'fs';
import path from 'path';
import { defineConfig, loadEnv, searchForWorkspaceRoot } from 'vite';
import checker from 'vite-plugin-checker';
import svgr from 'vite-plugin-svgr';
@ -133,7 +133,7 @@ export default defineConfig(({ command, mode }) => {
],
optimizeDeps: {
exclude: ['node_modules/.vite', 'node_modules/.cache'],
exclude: ['../../node_modules/.vite', '../../node_modules/.cache'],
},
build: {