(dispatch: Function, getState: GetState) => {
    const webAppConfig = getWebAppConfig(getState().resources.index);
    if (webAppConfig) {
      dispatch(edit(webAppConfig, update));
      dispatch(save(webAppConfig.uuid));