|
|
@ -255,7 +255,7 @@ pub fn import_export_modal() -> Html {
|
|
|
|
<Button
|
|
|
|
<Button
|
|
|
|
style={ButtonStyle::Primary}
|
|
|
|
style={ButtonStyle::Primary}
|
|
|
|
disabled={false}
|
|
|
|
disabled={false}
|
|
|
|
title="Export"
|
|
|
|
title="Download as JSON"
|
|
|
|
icon={html_nested!(<Icon name={IconName::Download}/>)}
|
|
|
|
icon={html_nested!(<Icon name={IconName::Download}/>)}
|
|
|
|
onclick={export_onclick}
|
|
|
|
onclick={export_onclick}
|
|
|
|
/>
|
|
|
|
/>
|
|
|
|