Add label for global selected rows bindings in devtools
This commit is contained in:
parent
c2d61d8ebc
commit
f7d5456e72
|
@ -8,6 +8,7 @@
|
|||
state: "State",
|
||||
url: "URL",
|
||||
device: "Device",
|
||||
rowSelection: "Selected rows",
|
||||
}
|
||||
|
||||
let category
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
<Heading size="XS">Please choose a component</Heading>
|
||||
<Body size="S">
|
||||
Press the button below to enable component selection, then click a
|
||||
component in your app to view what context values are available.
|
||||
component in your app to view its settings and available data bindings.
|
||||
</Body>
|
||||
<div>
|
||||
<Button
|
||||
|
|
Loading…
Reference in New Issue