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 4a3b0bf commit 5373348Copy full SHA for 5373348
plugins/utils/README.md
@@ -266,7 +266,7 @@ delegate(
266
267
When this operator is enabled, any dataset whose `info` dict contains the name
268
of a valid saved view in its `default_view` key will load the specified view by
269
-default (rather than the full dataset) whenever that dataset is loaded in the
+default (rather than the full dataset) whenever that dataset is opened in the
270
App.
271
272
```py
plugins/utils/__init__.py
@@ -2056,7 +2056,7 @@ def config(self):
2056
return foo.OperatorConfig(
2057
name="load_default_view",
2058
label="Load default view",
2059
- on_startup=True,
+ on_dataset_open=True,
2060
)
2061
2062
def execute(self, ctx):
0 commit comments