mirror of
https://github.com/Telecominfraproject/wlan-cloud-ui.git
synced 2025-11-01 19:27:51 +00:00
undo bug fix
This commit is contained in:
@@ -43,7 +43,6 @@ const Firmware = () => {
|
||||
data: firmwareModelData,
|
||||
error: firmwareModelError,
|
||||
loading: firmwareModelLoading,
|
||||
refetch: refetchFirmwareModels,
|
||||
} = useQuery(GET_ALL_FIRMWARE_MODELS);
|
||||
|
||||
const [updateTrackAssignment] = useMutation(UPDATE_TRACK_ASSIGNMENT);
|
||||
@@ -152,7 +151,6 @@ const Firmware = () => {
|
||||
})
|
||||
.then(() => {
|
||||
refetch();
|
||||
refetchFirmwareModels();
|
||||
notification.success({
|
||||
message: 'Success',
|
||||
description: 'Firmware version successfully created.',
|
||||
@@ -194,7 +192,6 @@ const Firmware = () => {
|
||||
})
|
||||
.then(() => {
|
||||
refetch();
|
||||
refetchFirmwareModels();
|
||||
notification.success({
|
||||
message: 'Success',
|
||||
description: 'Firmware version successfully updated.',
|
||||
@@ -216,7 +213,6 @@ const Firmware = () => {
|
||||
})
|
||||
.then(() => {
|
||||
refetch();
|
||||
refetchFirmwareModels();
|
||||
notification.success({
|
||||
message: 'Success',
|
||||
description: 'Firmware version successfully deleted.',
|
||||
|
||||
Reference in New Issue
Block a user