Skip to content

Commit fc9259b

Browse files
committed
chore: bump to latest 1.2.1 of shared library
Signed-off-by: Jenny <[email protected]> remove unused div and inline styles Signed-off-by: Jenny <[email protected]>
1 parent 50f47bd commit fc9259b

File tree

4 files changed

+22
-25
lines changed

4 files changed

+22
-25
lines changed

workspaces/frontend/package-lock.json

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

workspaces/frontend/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@
121121
"dompurify": "^3.2.4",
122122
"js-yaml": "^4.1.0",
123123
"lodash-es": "^4.17.15",
124-
"mod-arch-core": "^1.2.0",
125-
"mod-arch-kubeflow": "^1.2.0",
126-
"mod-arch-shared": "^1.2.0",
124+
"mod-arch-core": "^1.2.1",
125+
"mod-arch-kubeflow": "^1.2.1",
126+
"mod-arch-shared": "^1.2.1",
127127
"react": "^18",
128128
"react-dom": "^18",
129129
"react-router": "^7.5.2",

workspaces/frontend/src/app/pages/Workspaces/Form/properties/WorkspaceFormPropertiesSecrets.tsx

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -107,15 +107,13 @@ export const WorkspaceFormPropertiesSecrets: React.FC<WorkspaceFormPropertiesSec
107107
</Tbody>
108108
</Table>
109109
)}
110-
<div style={{ display: 'flex', gap: '0.5rem', marginTop: '1rem' }}>
111-
<Button
112-
variant="primary"
113-
onClick={() => setIsApiCreateModalOpen(true)}
114-
style={{ width: 'fit-content' }}
115-
>
116-
Create New Secret
117-
</Button>
118-
</div>
110+
<Button
111+
variant="primary"
112+
onClick={() => setIsApiCreateModalOpen(true)}
113+
style={{ width: 'fit-content' }}
114+
>
115+
Create New Secret
116+
</Button>
119117

120118
{/* <SecretsAttachModal
121119
isOpen={isAttachModalOpen}

workspaces/frontend/src/app/pages/Workspaces/Form/properties/WorkspaceFormPropertiesVolumes.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ export const WorkspaceFormPropertiesVolumes: React.FC<WorkspaceFormPropertiesVol
137137
variant="link"
138138
icon={<PlusCircleIcon />}
139139
onClick={() => setIsModalOpen(true)}
140-
style={{ marginTop: '1rem', width: 'fit-content' }}
141140
className="pf-v6-u-mb-md "
142141
>
143142
Create Volume

0 commit comments

Comments
 (0)