Make Modal draggable and resizable (#16447)

This commit is contained in:
Geido 2021-08-31 12:46:44 +03:00 committed by GitHub
parent d25b0967a1
commit f001c44727
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -299,6 +299,8 @@ class SliceHeaderControls extends React.PureComponent<
modalBody={
<ViewQueryModal latestQueryFormData={this.props.formData} />
}
draggable
resizable
responsive
/>
</Menu.Item>