Remove resizable prop

This commit is contained in:
Shadow Quill
2020-07-30 19:50:02 -05:00
parent 4dd2888d8d
commit 28c2b43e8e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ export const AICard = (props, context) => {
else { integrityColor = 'red'; }
return (
<Window resizable scrollable>
<Window scrollable>
<Window.Content>
<Section title="Stored AI">
<Box bold display="inline-block">
File diff suppressed because one or more lines are too long