We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4b1103 commit 44ea9cbCopy full SHA for 44ea9cb
app/pages/project/floating-ips/FloatingIpsPage.tsx
@@ -260,7 +260,7 @@ const AttachFloatingIpModal = ({
260
const floatingIpAttach = useApiMutation('floatingIpAttach', {
261
onSuccess() {
262
queryClient.invalidateQueries('floatingIpList')
263
- addToast({ content: 'Your Floating IP has been attached' })
+ addToast({ content: 'Your floating IP has been attached' })
264
onDismiss()
265
},
266
onError: (err) => {
0 commit comments