Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Canvas: add flat table to canvas #6908

Merged
merged 14 commits into from
Mar 20, 2025
Prev Previous commit
Next Next commit
Lint fix
  • Loading branch information
djbarnwal committed Mar 18, 2025
commit b6f33ddfa61ab945fddc8a49fde3ec32ac0841b4
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export interface SearchableFilterSelectableGroup {
name: string;
label: string;
label?: string;
items: SearchableFilterSelectableItem[];
}