Browse Source

Add label for global selected rows bindings in devtools

pull/5272/head
Andrew Kingston 4 years ago
parent
commit
c8e87cf24f
  1. 1
      packages/client/src/components/devtools/DevToolsComponentContextTab.svelte
  2. 2
      packages/client/src/components/devtools/DevToolsComponentTab.svelte

1
packages/client/src/components/devtools/DevToolsComponentContextTab.svelte

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

2
packages/client/src/components/devtools/DevToolsComponentTab.svelte

@ -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…
Cancel
Save