create-faas-app 8.0.0-beta.29 → 8.0.0-beta.30
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -132,7 +132,7 @@ export default function HomePage() {
|
|
|
132
132
|
/>
|
|
133
133
|
|
|
134
134
|
<Space wrap>
|
|
135
|
-
<Button onClick={reload} loading={listLoading}>
|
|
135
|
+
<Button onClick={() => reload()} loading={listLoading}>
|
|
136
136
|
Load users slice
|
|
137
137
|
</Button>
|
|
138
138
|
<Button type="primary" loading={creating} onClick={callApi}>
|