Skip to content
Snippets Groups Projects
Unverified Commit 8ae2c320 authored by Kyle Doherty's avatar Kyle Doherty
Browse files

fix collection archive

parent 76c37272
No related branches found
No related tags found
No related merge requests found
......@@ -32,9 +32,9 @@ class ArchiveCollectionModal extends React.Component {
onClose={() => this.props.onClose()}
>
<Box px={3}>
<Text>
<p>
{t`The dashboards, collections, and pulses in this collection will also be archived.`}
</Text>
</p>
<Flex py={3}>
<Button warning ml="auto" onClick={() => this._archive()}>
{t`Archive`}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment