Skip to content

Commit

Permalink
feat(ui): put Dataframe editor behind feature flag - WF-66
Browse files Browse the repository at this point in the history
Put the new dataframe editor behind the flag `dataframeEditor`. So to
activate the new feature, you need to add the flag in `main.py` like
this:

```py
wf.Config.feature_flags.append("dataframeEditor")
```
  • Loading branch information
madeindjs committed Nov 9, 2024
1 parent acc2a18 commit a7bb87c
Show file tree
Hide file tree
Showing 2 changed files with 664 additions and 0 deletions.
Loading

0 comments on commit a7bb87c

Please sign in to comment.