Add label for global selected rows bindings in devtools

This commit is contained in:
Andrew Kingston 2022-04-06 13:30:38 +01:00
parent c2d61d8ebc
commit f7d5456e72
2 changed files with 2 additions and 1 deletions

View File

@ -8,6 +8,7 @@
state: "State", state: "State",
url: "URL", url: "URL",
device: "Device", device: "Device",
rowSelection: "Selected rows",
} }
let category let category

View File

@ -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