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